Removing column layout in the library view template
[wolnelektury.git] / apps / libraries / templates / libraries / library_view.html
index 153ead0..a972829 100644 (file)
@@ -5,11 +5,9 @@
 \r
 \r
 {% block body %}
-    <h1>{{ library.name }}</h1>\r
-    <div class="left-column">
-        <div class="normal-text">
-            <p>Adres strony www: <a href="{{library.url}}">{{library.url}}</a></p>\r
-            {% autoescape off %}{{library.description}}{% endautoescape%}
-        </div>\r
+    <h1>{{ library.name }}</h1>
+    <div class="normal-text">
+        <p>Adres strony www: <a href="{{library.url}}">{{library.url}}</a></p>\r
+        {% autoescape off %}{{library.description}}{% endautoescape%}
     </div>\r
 {% endblock %}
\ No newline at end of file