Skip to content

Commit

Permalink
fix bug 785495 - Change label and position
Browse files Browse the repository at this point in the history
  • Loading branch information
darkwing committed Aug 24, 2012
1 parent 3c18ba2 commit a012baf
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions apps/wiki/templates/wiki/edit_document.html
Expand Up @@ -134,6 +134,12 @@ <h1>{{ _('Editing <em>{title}</em>')|fe(title=revision.title) }}</h1>

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

<section class="page-meta"><section id="page-comment">
<h2>{{_('Revision Comment')}}</h2>
<p>{{_('Tell us about why you made this change.')}}</p>
{{ revision_form.comment | safe }}
</section></section>

<section class="page-meta">
{% set tags = document.tags.all() %}
<section id="page-tags">
Expand All @@ -142,12 +148,6 @@ <h2>{{ _('Tags') }}</h2>
</section>
</section>

<section class="page-meta"><section id="page-comment">
<h2>{{_('Review Comment')}}</h2>
<p>{{_('Tell us about why you made this change.')}}</p>
{{ revision_form.comment | safe }}
</section></section>

<section>
<h4>{{_('Review needed?')}}</h4>
{{ revision_form.review_tags|safe }}
Expand Down

0 comments on commit a012baf

Please sign in to comment.