aboutsummaryrefslogtreecommitdiffstats
path: root/templates/main
diff options
context:
space:
mode:
Diffstat (limited to 'templates/main')
-rw-r--r--templates/main/base.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/main/base.html b/templates/main/base.html
index 3da4715e..50281159 100644
--- a/templates/main/base.html
+++ b/templates/main/base.html
@@ -14,7 +14,8 @@
</head>
<body class="page-{{ current_page }}">
{% include "main/navigation.html" %}
-{% if current_page != "index" %}
+{% if current_page != "index"%}
+ {% block beta_error %}
<div class="uk-container uk-section" style="padding-top: 10px; padding-bottom: 10px;">
<div class="uk-container uk-container-small">
<div class="uk-alert-danger" uk-alert>
@@ -25,6 +26,7 @@
</div>
</div>
</div>
+ {% endblock %}
{% endif %}
{% block content %}{% endblock %}
</body>