From 981855ad27c331a03dbfcec24bd6b49c30681c94 Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Mon, 9 Nov 2015 15:35:26 +0200 Subject: Remove username from profile page URLs --- servo/templates/checkin/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'servo/templates/checkin/index.html') 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 @@
  • {% trans "No users found" %}
  • {% endfor %}
  • -
  • {% bootstrap_icon "log-in" %} {% trans "Go to Servo" %}
  • +
  • {% bootstrap_icon "log-in" %} {% trans "Go to Servo" %}
  • {% bootstrap_icon "off" %} {% trans "Log out" %}...
  • -- cgit v1.2.3