aboutsummaryrefslogtreecommitdiffstats
path: root/templates/main/index.html
diff options
context:
space:
mode:
authorGravatar Gareth Coles <[email protected]>2018-02-21 09:38:47 +0000
committerGravatar Gareth Coles <[email protected]>2018-02-21 09:38:47 +0000
commita78c69ed6843550eb990d769f061711e9fde0d4f (patch)
tree821a170731799d9f57fec133e905c4dee1efba63 /templates/main/index.html
parentJinja is weird (diff)
Add warning about pre-release-ness to base template
Diffstat (limited to '')
-rw-r--r--templates/main/index.html7
1 files changed, 0 insertions, 7 deletions
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 %}
-<div class="uk-container uk-section">
- <div class="uk-alert-danger" uk-alert>
- <p>
-
- </p>
- </div>
-</div>
{% endblock %} \ No newline at end of file