From fb2770dc2cfbfb5e2726d8368db05218b163f029 Mon Sep 17 00:00:00 2001 From: iou1name Date: Tue, 19 Jun 2018 11:54:51 -0400 Subject: [PATCH] made header bar hideable --- templates/base.html | 18 +++++++++++++++++- templates/quest.html | 3 ++- views.py | 2 +- 3 files changed, 20 insertions(+), 3 deletions(-) diff --git a/templates/base.html b/templates/base.html index 7edbae1..9dc911a 100644 --- a/templates/base.html +++ b/templates/base.html @@ -3,12 +3,28 @@ {% block title %}{% endblock %} - Anonkun + {% block head %}{% endblock %} -