diff --git a/apps/wiki/templates/wiki/edit_document.html b/apps/wiki/templates/wiki/edit_document.html index 4f6144d25e7..846e02a36e4 100644 --- a/apps/wiki/templates/wiki/edit_document.html +++ b/apps/wiki/templates/wiki/edit_document.html @@ -134,6 +134,12 @@

{{ _('Editing {title}')|fe(title=revision.title) }}

{% include 'wiki/includes/title_autosuggest_url.html' %} +
+

{{_('Revision Comment')}}

+

{{_('Tell us about why you made this change.')}}

+ {{ revision_form.comment | safe }} +
+
{% set tags = document.tags.all() %}
@@ -142,12 +148,6 @@

{{ _('Tags') }}

-
-

{{_('Review Comment')}}

-

{{_('Tell us about why you made this change.')}}

- {{ revision_form.comment | safe }} -
-

{{_('Review needed?')}}

{{ revision_form.review_tags|safe }}