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 %}