From 990b8947fdcc3b66eda69b229c2a9f74422516c8 Mon Sep 17 00:00:00 2001 From: Thomas Steen Rasmussen Date: Wed, 1 Jun 2016 15:36:50 +0200 Subject: [PATCH] show username in menu when logged in --- 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 ced0f9bd..34fb8bbb 100644 --- a/bornhack/templates/base.html +++ b/bornhack/templates/base.html @@ -57,7 +57,7 @@ {% endif %}
  • Contact
  • {% if user.is_authenticated %} -
  • Profile
  • +
  • {{ user.username }}
  • Logout
  • {% else %}
  • Login