From a27d88923c6451d450d9155adb0ccd9fd0dcaa5f Mon Sep 17 00:00:00 2001 From: Gareth Coles Date: Fri, 12 Apr 2019 11:46:39 +0100 Subject: Finish initial article creation form --- pydis_site/templates/wiki/includes/formfield.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pydis_site/templates/wiki/includes') diff --git a/pydis_site/templates/wiki/includes/formfield.html b/pydis_site/templates/wiki/includes/formfield.html index 0176f9d4..9f68fb26 100644 --- a/pydis_site/templates/wiki/includes/formfield.html +++ b/pydis_site/templates/wiki/includes/formfield.html @@ -7,7 +7,7 @@
{% if field.label %} {% endif %} @@ -23,7 +23,6 @@
{% render_field field %}
-
{% if field.errors %}

@@ -32,6 +31,7 @@ {% endfor %}

{% endif %} + {% endif %} -- cgit v1.2.3