diff --git a/flaskr/templates/_formhelpers.jinja2 b/flaskr/templates/_formhelpers.jinja2 index 9289c12..cf68b33 100644 --- a/flaskr/templates/_formhelpers.jinja2 +++ b/flaskr/templates/_formhelpers.jinja2 @@ -1,12 +1,15 @@ {% macro render_field(field, extra="") %} -
{{ field.label }} -
{{ field(**kwargs)|safe }} -{% if field.errors %} - -{% endif %} -
+
{{ field.label }}
+ +
+ {{ field(**kwargs)|safe }} + + {% if field.errors %} + + {% endif %} +
{% endmacro %} diff --git a/flaskr/templates/writing.jinja2 b/flaskr/templates/writing.jinja2 index f631bfd..d788396 100644 --- a/flaskr/templates/writing.jinja2 +++ b/flaskr/templates/writing.jinja2 @@ -3,8 +3,7 @@ UnderCover - +