aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-02-15 11:48:59 +0000
committerng0 <ng0@n0.is>2019-02-15 11:48:59 +0000
commitea1438d9b9dff9b8cff343d117030a7d2302f11b (patch)
tree3f5b2722761c55d575c400c79a8a011f0fb09982
parent3e2d31f389a776ee26a9f0da682c9ef4a835a231 (diff)
downloadwww-ea1438d9b9dff9b8cff343d117030a7d2302f11b.tar.gz
www-ea1438d9b9dff9b8cff343d117030a7d2302f11b.zip
an attempt for ev
-rw-r--r--ev.html.j217
1 files changed, 9 insertions, 8 deletions
diff --git a/ev.html.j2 b/ev.html.j2
index b0d2bf42..8a5713e5 100644
--- a/ev.html.j2
+++ b/ev.html.j2
@@ -1,17 +1,18 @@
1{% extends "common/base.j2" %} 1{% extends "common/base.j2" %}
2{% block body_content %} 2{% block body_content %}
3<main> 3<article>
4<div class="container-fluid"> 4<div class="container-fluid">
5 <div class="container text-center"> 5 <div class="container text-center">
6 <header>
6 <h1>{{ _("Verein zur F&ouml;rderung von GNUnet e.V.") }}</h1> 7 <h1>{{ _("Verein zur F&ouml;rderung von GNUnet e.V.") }}</h1>
7 8 </header>
8 <p> 9 <p>
9 {% trans %} 10 {% trans %}
10 On December 27th 2013 a group of GNUnet hackers met at 30c3 11 On December 27th 2013 a group of GNUnet hackers met at 30c3
11 to create the "Verein zur F&ouml;rderung von GNUnet e.V.", an 12 to create the "Verein zur F&ouml;rderung von GNUnet e.V.", an
12 association under German law to support GNUnet development. 13 association under German law to support GNUnet development.
13 The Amtsgericht M&uuml;nchen registered the association on the 14 The Amtsgericht M&uuml;nchen registered the association on the
14 7th of March under VR 205287. 15 7th of March under VR 205287.
15 {% endtrans %} 16 {% endtrans %}
16 </p> 17 </p>
17 <p> 18 <p>
@@ -116,5 +117,5 @@
116</div> 117</div>
117 118
118</div> <!-- /container --> 119</div> <!-- /container -->
119</main> 120</article>
120{% endblock body_content %} 121{% endblock body_content %}