Improving <title> on tag page *and* adjusting translation for RTL reasons

Basically moving the variable inside the translation to give
translators more flexibility
This commit is contained in:
Christopher Allan Webber 2011-11-13 14:48:51 -06:00
parent ab56689017
commit 4671fda345

View File

@ -26,9 +26,13 @@
tag=tag_slug) }}">
{% endblock mediagoblin_head %}
{% block title %}
{% trans %}Media tagged with: {{ tag_name }}{% endtrans %} &mdash; {{ super() }}
{% endblock %}
{% block mediagoblin_content -%}
<h1>
{% trans %}Media tagged with:{% endtrans %} {{ tag_name }}
{% trans %}Media tagged with: {{ tag_name }}{% endtrans %}
</h1>
<div class="container_16 media_gallery">