diff options
Diffstat (limited to 'ev.html.j2')
-rw-r--r-- | ev.html.j2 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ {% extends "common/base.j2" %} {% block body_content %} -<div> +<main> <div class="container-fluid"> <div class="container text-center"> <h1>{{ _("Verein zur Förderung von GNUnet e.V.") }}</h1> @@ -116,5 +116,5 @@ </div> </div> <!-- /container --> -</div> +</main> {% endblock body_content %} |