diff options
author | ng0 <ng0@n0.is> | 2019-02-06 15:19:36 +0000 |
---|---|---|
committer | ng0 <ng0@n0.is> | 2019-02-06 15:19:36 +0000 |
commit | a1d33c4bec5245fd04182c2326dc43d6e16eecf4 (patch) | |
tree | bb886e73507f74f0e249f3708fed9f83c36c73cb | |
parent | 5197eaf030b49a93f29cad033b6b31ef58bf5e1e (diff) |
ev: attempt
-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 %} |