From 97904a3a11718300996f8e86447b59380005b5f9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Aleksander=20=C5=81ukasz?= Date: Tue, 14 May 2013 09:34:06 +0200 Subject: [PATCH] Removing column layout in the library view template --- apps/libraries/templates/libraries/library_view.html | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/apps/libraries/templates/libraries/library_view.html b/apps/libraries/templates/libraries/library_view.html index 153ead00d..a97282987 100644 --- a/apps/libraries/templates/libraries/library_view.html +++ b/apps/libraries/templates/libraries/library_view.html @@ -5,11 +5,9 @@ {% block body %} -

{{ library.name }}

-
-
-

Adres strony www: {{library.url}}

- {% autoescape off %}{{library.description}}{% endautoescape%} -
+

{{ library.name }}

+
+

Adres strony www: {{library.url}}

+ {% autoescape off %}{{library.description}}{% endautoescape%}
{% endblock %} \ No newline at end of file -- 2.20.1