From: Aleksander Ɓukasz Date: Tue, 14 May 2013 07:34:06 +0000 (+0200) Subject: Removing column layout in the library view template X-Git-Url: https://git.mdrn.pl/wolnelektury.git/commitdiff_plain/97904a3a11718300996f8e86447b59380005b5f9 Removing column layout in the library view template --- 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