diff --git a/templates/contact_form.askama.html b/templates/contact_form.askama.html index bd6877a..4654db0 100644 --- a/templates/contact_form.askama.html +++ b/templates/contact_form.askama.html @@ -1,10 +1,6 @@ {% extends "base.askama.html" %} {% block body %} - {% if error_message.len() > 0 %} - - {% endif %} -

{{ strings.description }}

{{ strings.title }}

@@ -63,6 +59,10 @@
{{ strings.captcha_field.invalid_feedback }}
+ {% if error_message.len() > 0 %} + + {% endif %} +