summaryrefslogtreecommitdiffstats
path: root/templates/question.html
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2009-08-12 15:26:56 -0400
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2009-08-12 15:26:56 -0400
commit5c6fceae98c0916c94ec5b919950c67475f44b67 (patch)
tree5e9041d10f27b47489344b5dc892c5ec223e30cf /templates/question.html
parent1f034e12f4deeb27cd641c73e555c050e5f4d942 (diff)
downloadaskbot-5c6fceae98c0916c94ec5b919950c67475f44b67.tar.gz
askbot-5c6fceae98c0916c94ec5b919950c67475f44b67.tar.bz2
askbot-5c6fceae98c0916c94ec5b919950c67475f44b67.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.html2
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;">