From 0f50a4a7f7adff2509267956d35e11037d24dd80 Mon Sep 17 00:00:00 2001 From: Patrick Date: Sun, 11 Oct 2020 23:23:55 +0000 Subject: [PATCH] add hamburger menu --- fet2020/templates/layout.html | 69 ++++++++++++++++++++--------------- 1 file changed, 40 insertions(+), 29 deletions(-) diff --git a/fet2020/templates/layout.html b/fet2020/templates/layout.html index cc0fba63..85ac1b63 100644 --- a/fet2020/templates/layout.html +++ b/fet2020/templates/layout.html @@ -1,5 +1,5 @@ - {% load static %} + @@ -8,44 +8,55 @@ FET - {% csrf_token %} - {% block header %} - {% endblock %} -