diff options
Diffstat (limited to 'templates/main/base.html')
-rw-r--r-- | templates/main/base.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/main/base.html b/templates/main/base.html index 66bf7e5f..a1372747 100644 --- a/templates/main/base.html +++ b/templates/main/base.html @@ -13,7 +13,7 @@ </head> <body> {% include "main/navigation.html" %} - +{% if current_page != "index" %} <div class="uk-container uk-section"> <div class="uk-alert-danger" uk-alert> <p> @@ -22,7 +22,7 @@ </p> </div> </div> - +{% endif %} {% block content %}{% endblock %} </body> </html> |