diff options
author | Evgeny Fadeev <evgeny.fadeev@gmail.com> | 2009-08-10 21:40:01 -0400 |
---|---|---|
committer | Evgeny Fadeev <evgeny.fadeev@gmail.com> | 2009-08-10 21:40:01 -0400 |
commit | 1eacc7a42618e84766477fbcc2c32a1da3547115 (patch) | |
tree | 23b90f5410c1dfd94704cbb38aad2bdf32cf0f5f /templates/user_tabs.html | |
parent | 0f607d83e801192977bff15c256456fa2f44ff85 (diff) | |
download | askbot-1eacc7a42618e84766477fbcc2c32a1da3547115.tar.gz askbot-1eacc7a42618e84766477fbcc2c32a1da3547115.tar.bz2 askbot-1eacc7a42618e84766477fbcc2c32a1da3547115.zip |
untested commit. merged Adolfos mods, validated most of html, slugify urls, fixed IE issues in openid signin
Diffstat (limited to 'templates/user_tabs.html')
-rw-r--r-- | templates/user_tabs.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/user_tabs.html b/templates/user_tabs.html index bcc12b8f..7800eb00 100644 --- a/templates/user_tabs.html +++ b/templates/user_tabs.html @@ -20,7 +20,7 @@ title="{% trans "user vote record" %}" href="/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="/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 %} |