From 139f03df2f6f161efdddd4dba9c4c3d849719a41 Mon Sep 17 00:00:00 2001 From: Gareth Coles Date: Thu, 17 May 2018 16:04:24 +0100 Subject: Remove WIP header and highlight wiki in nav when selected Also fix highlighting in collapsed nav --- templates/main/base.html | 18 +++--------------- templates/main/navigation.html | 25 +++++++++++++++++++++---- 2 files changed, 24 insertions(+), 19 deletions(-) diff --git a/templates/main/base.html b/templates/main/base.html index 9b25a724..d87376b1 100644 --- a/templates/main/base.html +++ b/templates/main/base.html @@ -35,30 +35,18 @@
{% endif %} {% include "main/navigation.html" %} - {% if current_page != "main.index" %} - {% block beta_error %} -
-
-
-

- Please note: this site is under construction. What you see now may be vastly different - from the final project state. Feel free to chat to us on Discord if you're curious! -

-
-
-
- {% endblock %} - {% endif %} {% block content %}{% endblock %}