From 316b32ef310788675b8195b93ca2c46060fdbfbc Mon Sep 17 00:00:00 2001 From: Keegan McAllister Date: Tue, 28 Aug 2012 15:06:20 -0400 Subject: [PATCH] Make base.html more valid (imported from commit 07ae94e9678deca71b2b6933df4c4503cda96be5) --- templates/zephyr/base.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/templates/zephyr/base.html b/templates/zephyr/base.html index ee3d7cf763..439bb954cf 100644 --- a/templates/zephyr/base.html +++ b/templates/zephyr/base.html @@ -1,4 +1,13 @@ + {% autoescape off %} + + + + Zephyr + + + + {% if not user.is_authenticated %}login | register{% endif %} @@ -6,4 +15,9 @@ {% block content %} {% endblock %} + + + + + {% endautoescape %}