From: Jan Paul Tuecking Date: Tue, 19 Jan 2010 21:33:36 +0000 (+0100) Subject: Fixed structure. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=469a6c91218ed1ec1c9697156b7d61ceeb48f47e;p=ipfire.org.git Fixed structure. --- diff --git a/www/templates/static/imprint.html b/www/templates/static/imprint.html index de4a9c33..9db0928a 100644 --- a/www/templates/static/imprint.html +++ b/www/templates/static/imprint.html @@ -3,6 +3,8 @@ {% block title %}{{ _("Imprint") }}{% end block %} {% block content %} + +

{{ _("Imprint") }}

{% if lang == "de" %} @@ -101,9 +103,12 @@

{% else %} - Because of the fact that the people who started this project are living - in Germany, see the german legal notes. - +

+ 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 german legal notes. +

{% end %} +
{% end block %}