From 469a6c91218ed1ec1c9697156b7d61ceeb48f47e Mon Sep 17 00:00:00 2001 From: Jan Paul Tuecking Date: Tue, 19 Jan 2010 22:33:36 +0100 Subject: [PATCH] Fixed structure. --- www/templates/static/imprint.html | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) 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 %} -- 2.47.3