aboutsummaryrefslogtreecommitdiffstats
path: root/servo/templates/checkin
diff options
context:
space:
mode:
authorFilipp Lepalaan <filipp@mac.com>2015-11-09 15:35:26 +0200
committerFilipp Lepalaan <filipp@mac.com>2015-11-09 15:35:26 +0200
commit981855ad27c331a03dbfcec24bd6b49c30681c94 (patch)
treec2562266267cb17504334ac0e87df581f3c25b18 /servo/templates/checkin
parent96432a9a4ff849da6c3f450253198b83cf3fbde9 (diff)
downloadServo-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.html2
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>