From d6ccdaece867283dfd4c3fe2268831590719603b Mon Sep 17 00:00:00 2001 From: Seth Woodworth Date: Wed, 9 Jan 2013 17:49:20 -0500 Subject: [PATCH] commenting out the logged in header template --- karmaworld/templates/header.html | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/karmaworld/templates/header.html b/karmaworld/templates/header.html index 9625518..f0d112b 100644 --- a/karmaworld/templates/header.html +++ b/karmaworld/templates/header.html @@ -1,5 +1,5 @@ {% load url from future %} -{% if not user.is_authenticated %} + {# Logged out #} -{% else %} +{% comment %} + {# Logged IN #} -{% endif %} +{% endcomment %} -- 2.25.1