diff options
author | Bruno Sarlo <bruno@bruno-laptop.(none)> | 2009-08-10 00:39:40 -0300 |
---|---|---|
committer | Bruno Sarlo <bruno@bruno-laptop.(none)> | 2009-08-10 00:39:40 -0300 |
commit | 74d23cb7b0b85602fa7c7122f1c356ce7b80a49c (patch) | |
tree | 097387c5feebe9efdb8701652ef8b2a1e3528c94 | |
parent | d2c433b50c7a8289d79db8c2de98adc2ae83ba1d (diff) | |
download | askbot-74d23cb7b0b85602fa7c7122f1c356ce7b80a49c.tar.gz askbot-74d23cb7b0b85602fa7c7122f1c356ce7b80a49c.tar.bz2 askbot-74d23cb7b0b85602fa7c7122f1c356ce7b80a49c.zip |
Translation.
* translate url update profile
-rw-r--r-- | templates/user_info.html | 2 |
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> |