diff options
author | Filipp Lepalaan <filipp@mac.com> | 2015-11-09 15:35:26 +0200 |
---|---|---|
committer | Filipp Lepalaan <filipp@mac.com> | 2015-11-09 15:35:26 +0200 |
commit | 981855ad27c331a03dbfcec24bd6b49c30681c94 (patch) | |
tree | c2562266267cb17504334ac0e87df581f3c25b18 /servo/templates/checkin | |
parent | 96432a9a4ff849da6c3f450253198b83cf3fbde9 (diff) | |
download | Servo-981855ad27c331a03dbfcec24bd6b49c30681c94.tar.gz Servo-981855ad27c331a03dbfcec24bd6b49c30681c94.tar.bz2 Servo-981855ad27c331a03dbfcec24bd6b49c30681c94.zip |
Remove username from profile page URLs
Diffstat (limited to 'servo/templates/checkin')
-rw-r--r-- | servo/templates/checkin/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/servo/templates/checkin/index.html b/servo/templates/checkin/index.html index 2995be5..d7928fb 100644 --- a/servo/templates/checkin/index.html +++ b/servo/templates/checkin/index.html @@ -44,7 +44,7 @@ <li class="disabled"><a href="#">{% trans "No users found" %}</a></li> {% endfor %} <li class="divider"></li> - <li><a href="{% url 'accounts-list_orders' user.username %}">{% bootstrap_icon "log-in" %} {% trans "Go to Servo" %}</a></li> + <li><a href="{% url 'accounts-list_orders' %}">{% bootstrap_icon "log-in" %} {% trans "Go to Servo" %}</a></li> <li><a href="{% url 'accounts-logout' %}" data-modal="#modal">{% bootstrap_icon "off" %} {% trans "Log out" %}...</a></li> </ul> </li> |