summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorBruno Sarlo <bruno@bruno-laptop.(none)>2009-08-10 00:39:16 -0300
committerBruno Sarlo <bruno@bruno-laptop.(none)>2009-08-10 00:39:16 -0300
commit5deaa09e3afce6fc295eed868bea72a30418da08 (patch)
tree097387c5feebe9efdb8701652ef8b2a1e3528c94 /templates
parent3b583fe8856eb590be7bd5aa3165e4289b84678a (diff)
downloadaskbot-5deaa09e3afce6fc295eed868bea72a30418da08.tar.gz
askbot-5deaa09e3afce6fc295eed868bea72a30418da08.tar.bz2
askbot-5deaa09e3afce6fc295eed868bea72a30418da08.zip
Translation.
* translate url update profile
Diffstat (limited to 'templates')
-rw-r--r--templates/user_info.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/user_info.html b/templates/user_info.html
index d6804d71..2ef2dd9a 100644
--- a/templates/user_info.html
+++ b/templates/user_info.html
@@ -31,7 +31,7 @@
<th width="130" align="left"><strong>{% trans "Registered user" %}</strong></th>
<th width="230" align="right">
{% if request.user|can_view_user_edit:view_user %}
- <span class="user-edit-link"><a href="{% url users %}{{ view_user.id }}/edit/">{% trans "update profile" %}</a></span>
+ <span class="user-edit-link"><a href="{% url users %}{{ view_user.id }}/{% trans "edit/" %}">{% trans "update profile" %}</a></span>
{% endif %}
</th>
</tr>