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