diff --git a/bulletin/templates/bulletin/_form.html b/bulletin/templates/bulletin/_form.html index 0450ec7..7aa0a67 100644 --- a/bulletin/templates/bulletin/_form.html +++ b/bulletin/templates/bulletin/_form.html @@ -46,29 +46,6 @@ {% endif %} - {% trans 'Common resources settings' %} - -
- - {% render_field form.brief_description class='form-control text_wysiwyg' %} - - {{ form.brief_description.help_text }} - - {% if form.brief_description.errors %} - - {% endif %} -
- -

{% trans "Bulletin Data" %}


{% trans "Click to download a xls file with the data of the goals" %}
@@ -152,7 +129,28 @@ {% endif %}
+ {% trans 'Common resources settings' %} + +
+ + {% render_field form.brief_description class='form-control text_wysiwyg' %} + {{ form.brief_description.help_text }} + + {% if form.brief_description.errors %} + + {% endif %} +
-- libgit2 0.21.2