]> git.ipfire.org Git - ipfire.org.git/commitdiff
Fixed structure.
authorJan Paul Tuecking <earl@ipfire.org>
Tue, 19 Jan 2010 21:33:36 +0000 (22:33 +0100)
committerJan Paul Tuecking <earl@ipfire.org>
Tue, 19 Jan 2010 21:33:36 +0000 (22:33 +0100)
www/templates/static/imprint.html

index de4a9c339c4e637dbb67d6fe049dcb5303aafbb3..9db0928aef0426efa8902668378974645355d080 100644 (file)
@@ -3,6 +3,8 @@
 {% block title %}{{ _("Imprint") }}{% end block %}
 
 {% block content %}
+
+       <div class=post>
        <h3>{{ _("Imprint") }}</h3>
        
        {% if lang == "de" %}
                </p>
                
        {% else %}
-               Because of the fact that the people who started this project are living
-               in Germany, see the <a href="{{ lang_link("de") }}">german legal notes</a>.
-       
+               <p>
+                       Because of the fact that the people who started this project are living
+                       in Germany and the German law demands it. This side is only available in german language, 
+                       so please have a look at the <a href="{{ lang_link("de") }}">german legal notes</a>.
+               </p>
        {% end %}
+       </div>
 
 {% end block %}