From 2e5f827642f8105786c89737d6606628a77d2fcf Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Thu, 23 Aug 2018 16:39:17 +0530 Subject: added new urls --- static/website/templates/navbar.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'static/website') diff --git a/static/website/templates/navbar.html b/static/website/templates/navbar.html index 14a8ccd..3eef776 100644 --- a/static/website/templates/navbar.html +++ b/static/website/templates/navbar.html @@ -38,13 +38,14 @@
  • Photos
  • Team
  • {% if user.is_authenticated %} -
  • +
  • {{ user.username }}!
  • -
  • logout
  • +
  • logout
  • {% else %} -
  • login
  • +
  • login
  • {% endif %} + -- cgit