aboutsummaryrefslogtreecommitdiff
path: root/ev.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'ev.html.j2')
-rw-r--r--ev.html.j24
1 files changed, 2 insertions, 2 deletions
diff --git a/ev.html.j2 b/ev.html.j2
index 7824bf9a..b0d2bf42 100644
--- a/ev.html.j2
+++ b/ev.html.j2
@@ -1,6 +1,6 @@
1{% extends "common/base.j2" %} 1{% extends "common/base.j2" %}
2{% block body_content %} 2{% block body_content %}
3<div> 3<main>
4<div class="container-fluid"> 4<div class="container-fluid">
5 <div class="container text-center"> 5 <div class="container text-center">
6 <h1>{{ _("Verein zur F&ouml;rderung von GNUnet e.V.") }}</h1> 6 <h1>{{ _("Verein zur F&ouml;rderung von GNUnet e.V.") }}</h1>
@@ -116,5 +116,5 @@
116</div> 116</div>
117 117
118</div> <!-- /container --> 118</div> <!-- /container -->
119</div> 119</main>
120{% endblock body_content %} 120{% endblock body_content %}