From a78c69ed6843550eb990d769f061711e9fde0d4f Mon Sep 17 00:00:00 2001 From: Gareth Coles Date: Wed, 21 Feb 2018 09:38:47 +0000 Subject: Add warning about pre-release-ness to base template --- templates/main/base.html | 10 ++++++++++ templates/main/index.html | 7 ------- 2 files changed, 10 insertions(+), 7 deletions(-) (limited to 'templates') diff --git a/templates/main/base.html b/templates/main/base.html index 9d692342..66bf7e5f 100644 --- a/templates/main/base.html +++ b/templates/main/base.html @@ -13,6 +13,16 @@ {% include "main/navigation.html" %} + +
+
+

+ 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! +

+
+
+ {% block content %}{% endblock %} diff --git a/templates/main/index.html b/templates/main/index.html index 6a447567..48ca8f12 100644 --- a/templates/main/index.html +++ b/templates/main/index.html @@ -1,11 +1,4 @@ {% extends "main/base.html" %} {% block title %}Home{% endblock %} {% block content %} -
-
-

- -

-
-
{% endblock %} \ No newline at end of file -- cgit v1.2.3