Skip to content

Commit

Permalink
Remove tagging from translation pages. [bug 614054]
Browse files Browse the repository at this point in the history
  • Loading branch information
James Socol committed Nov 23, 2010
1 parent 0329713 commit 39d3ddf
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions apps/wiki/templates/wiki/translate.html
Expand Up @@ -72,21 +72,6 @@ <h3><label for="{{ document_form.slug.auto_id }}" title="{{ document_form.slug.h
{{ document_form.slug|safe }}
</div>
</li>
<li>
<div class="approved">
<h3>{{ _('Topics:') }}</h3>
<div class="val">
{% for tag in parent.tags.all() %}
{{ tag.name }}
{% if not loop.last %}, {% endif %}
{% endfor %}
</div>
</div>
<div class="localized">
<h3><label for="{{ document_form.tags.auto_id }}" title="{{ document_form.tags.help_text }}">{{ _('Topics in {locale}:')|f(locale=language) }}</label></h3>
{{ document_form.tags|safe }}
</div>
</li>
</ul>
{% if document %}
<div class="submit">
Expand Down

0 comments on commit 39d3ddf

Please sign in to comment.