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