summaryrefslogtreecommitdiffstats
path: root/templates/user_tabs.html
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2009-08-12 15:26:32 -0400
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2009-08-12 15:26:32 -0400
commit4db17f6d5f07c551a2161898d74aae7208bd0229 (patch)
tree5e9041d10f27b47489344b5dc892c5ec223e30cf /templates/user_tabs.html
parent425e4e5d6edfbfa93a8e940ebae26e8d1dc1292b (diff)
downloadaskbot-4db17f6d5f07c551a2161898d74aae7208bd0229.tar.gz
askbot-4db17f6d5f07c551a2161898d74aae7208bd0229.tar.bz2
askbot-4db17f6d5f07c551a2161898d74aae7208bd0229.zip
merged Bruno url translations, removed his local mods, added settings.BOOKS_ON, validated more templates
Diffstat (limited to 'templates/user_tabs.html')
-rw-r--r--templates/user_tabs.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/user_tabs.html b/templates/user_tabs.html
index 96cc5aca..cb7e1d2f 100644
--- a/templates/user_tabs.html
+++ b/templates/user_tabs.html
@@ -20,7 +20,7 @@
title="{% trans "user vote record" %}" href="{% url users %}{{view_user.id}}/{{view_user.username}}?sort=votes">{% trans "casted votes" %}</a>
{% endif %}
<a id="favorites" {% ifequal tab_name "favorites" %}class="on"{% endifequal %}
- title="{% trans "questions that user selected as his/her favorite"
+ title="{% trans "questions that user selected as his/her favorite" %}"
href="{% url users %}{{view_user.id}}/{{view_user.username}}?sort=favorites">{% trans "favorites" %}</a>
{% if request.user|can_view_user_preferences:view_user %}
<a id="preferences" {% ifequal tab_name "preferences" %}class="on"{% endifequal %}