diff --git a/templates/person.html b/templates/person.html index 827f052..e2c3839 100644 --- a/templates/person.html +++ b/templates/person.html @@ -31,19 +31,19 @@
-

{{page_title}}

+

{{page_title}}

{% for field in form %} {% if field.type == 'HiddenField' or field.type == 'CSRFTokenField' %} {{field}}
{% elif field.type != 'SubmitField' %} -
+
{{ field.label( class="col-lg-3" ) }} {{ field( class="form-control col" ) }} -
+
{% endif %} {% endfor %} -
+
Reference Images:
{% for refimg in person.refimg %} {% set offset="" %} @@ -73,7 +73,7 @@ $(function() { DrawRefimg(im_{{refimg.id}}, c_{{refimg.id}}, orig_face_{{refimg.id}} ) }); -
+
@@ -83,11 +83,11 @@
{% endfor %} -
-
+
+

-
+
{{ form.save( id="save", class="btn btn-primary offset-lg-3 col-lg-2" )}} {% if 'Edit' in page_title %} {{ form.delete( class="btn btn-outline-danger col-lg-2" )}} @@ -97,10 +97,12 @@ {% if person.id %} - +
+ +
{% endif %}