# HG changeset patch # User Reimar Bauer # Date 1400674184 -7200 # Node ID d15bd05250932d7d6eaa90965e9ac95bd5ff18fd # Parent e16f21603c55264d636942268fd157fd196399f8 alignment of institutes image fixed diff -r e16f21603c55 -r d15bd0525093 templates/iek-7.html --- a/templates/iek-7.html Wed May 21 14:08:38 2014 +0200 +++ b/templates/iek-7.html Wed May 21 14:09:44 2014 +0200 @@ -1,13 +1,15 @@ {% extends "theme.html" %} {% block body %}
-
- -
-
- {{ content|safe }} -
-{{ author|safe }} -{% include "info_link.html" %} + + +
+ +
+ {{ content|safe }} +
+ {{ author|safe }} + {% include "info_link.html" %} +
{% endblock %}