1.1 --- a/templates/eskp.html Mon May 12 17:39:12 2014 +0200
1.2 +++ b/templates/eskp.html Mon May 12 17:45:09 2014 +0200
1.3 @@ -1,15 +1,12 @@
1.4 {% extends "theme.html" %}
1.5 {% block body %}
1.6 <div class="container">
1.7 - <div class="col-lg-12">
1.8 - <img src="/static/images/header-eskp.jpg">
1.9 - <br>
1.10 -
1.11 - <div class="row">
1.12 -
1.13 - {{ content|safe }}
1.14 - </div>
1.15 -
1.16 -
1.17 + <div class="col-lg-12">
1.18 + <a class="reference external" href="http://www.eskp.de"> <img src="/static/images/ESKP_poster_kacheln.jpg" alt="ESKP Platform"></a>
1.19 + <br>
1.20 + <div class="row">
1.21 + {{ content|safe }}
1.22 + </div>
1.23 + </div>
1.24 </div>
1.25 {% endblock %}