diff options
author | Evgeny Fadeev <evgeny.fadeev@gmail.com> | 2009-08-12 15:26:56 -0400 |
---|---|---|
committer | Evgeny Fadeev <evgeny.fadeev@gmail.com> | 2009-08-12 15:26:56 -0400 |
commit | dcda943830ce044d3adeb0c801dd9f06a0feb6ea (patch) | |
tree | 5e9041d10f27b47489344b5dc892c5ec223e30cf /templates/question.html | |
parent | ab6ccc728cba1bddebe26a73f3bff0cc9c82f7f5 (diff) | |
download | askbot-dcda943830ce044d3adeb0c801dd9f06a0feb6ea.tar.gz askbot-dcda943830ce044d3adeb0c801dd9f06a0feb6ea.tar.bz2 askbot-dcda943830ce044d3adeb0c801dd9f06a0feb6ea.zip |
merged Bruno url translations, removed his local mods, added settings.BOOKS_ON, validated more templates
Diffstat (limited to 'templates/question.html')
-rw-r--r-- | templates/question.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/question.html b/templates/question.html index 0e1b8cb2..13d283ed 100644 --- a/templates/question.html +++ b/templates/question.html @@ -122,7 +122,7 @@ <div id="question-tags" class="tags" > {% for tag in question.tagname_list %} <a href="{% url forum.views.tag tag|urlencode %}" class="post-tag" - title="{% trans "see questions tagged" %} '{{ tag }}' {% trans "using tags" %}" rel="tag">{{ tag }}</a> + title="{% blocktrans with tag as tagname %}see questions tagged '{{ tagname }}'{% endblocktrans %}" rel="tag">{{ tag }}</a> {% endfor %} </div> <div id="question-controls" style="clear:both;"> |