diff --git a/templates/refimg.html b/templates/refimg.html index 162a47a..81d1971 100644 --- a/templates/refimg.html +++ b/templates/refimg.html @@ -1,27 +1,27 @@ {% extends "base.html" %} {% block main_content %}
-

{{page_title}}

+

{{page_title}}

{{form.id}} {{form.csrf_token}} -
- {{ form.fname.label( class="col-lg-2" ) }} - {{ form.fname( id="fname", class="form-control col-lg-4" ) }} +
+ {{ form.fname.label( class="col-2" ) }} + {{ form.fname( id="fname", class="form-control col-4" ) }}   -
-
+
+

-
- {{ form.submit( class="btn btn-primary offset-lg-2 col-lg-2" )}} +
+ {{ form.submit( class="btn btn-primary offset-2 col-2" )}} {% if 'Edit' in page_title %} - {{ form.delete( class="btn btn-outline-danger col-lg-2" )}} + {{ form.delete( class="btn btn-outline-danger col-2" )}} {% endif %}