From ebd6147d8675f0b0f9bbaea7cb0275ba388eaa45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=AD=C3=B0ir=20Valberg=20Gu=C3=B0mundsson?= Date: Wed, 1 Jun 2016 16:20:47 +0200 Subject: [PATCH] Go back to just listing Profile in menu --- bornhack/templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bornhack/templates/base.html b/bornhack/templates/base.html index 34fb8bbb..ced0f9bd 100644 --- a/bornhack/templates/base.html +++ b/bornhack/templates/base.html @@ -57,7 +57,7 @@ {% endif %}
  • Contact
  • {% if user.is_authenticated %} -
  • {{ user.username }}
  • +
  • Profile
  • Logout
  • {% else %}
  • Login