1.1 --- a/templates/eskp.html Thu May 15 11:11:14 2014 +0200
1.2 +++ b/templates/eskp.html Fri May 16 10:18:42 2014 +0200
1.3 @@ -2,11 +2,14 @@
1.4 {% block body %}
1.5 <div class="container">
1.6 <div class="col-lg-12">
1.7 - <a class="reference external" href="http://www.eskp.de"> <img src="/static/images/ESKP_poster_kacheln.jpg" alt="ESKP Platform"></a>
1.8 - <br>
1.9 +
1.10 <div class="row">
1.11 {{ content|safe }}
1.12 </div>
1.13 + <br>
1.14 + <div>
1.15 + <a class="reference external" href="http://www.eskp.de/startseite/#overlay/208"> <img src="/static/images/eskp_info_o3.png" alt="ESKP Platform"></a>
1.16 + </div>
1.17 </div>
1.18 </div>
1.19 {% endblock %}