From a012baf1d1c4687d97d676d6ef0385868808fbb6 Mon Sep 17 00:00:00 2001 From: David Walsh Date: Fri, 24 Aug 2012 15:39:10 -0500 Subject: [PATCH] fix bug 785495 - Change label and position --- apps/wiki/templates/wiki/edit_document.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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 }}