From: Seth Woodworth Date: Wed, 9 Jan 2013 22:49:20 +0000 (-0500) Subject: commenting out the logged in header template X-Git-Tag: release-20150131~582 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d6ccdaece867283dfd4c3fe2268831590719603b;p=oweals%2Fkarmaworld.git commenting out the logged in header template --- 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 %}