reformat templates
[wolnelektury.git] / src / libraries / templates / libraries / library_view.html
index a972829..283d1c0 100644 (file)
@@ -1,13 +1,12 @@
-{% extends "base.html" %}\r
+{% extends "base/base.html" %}\r
 {% load i18n %}\r
 \r
 {% block titleextra %}{{ library.name }}{% endblock %}\r
 \r
-\r
-{% block body %}
-    <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
+{% block body %}\r
+  <h1>{{ library.name }}</h1>\r
+  <div class="normal-text">\r
+    <p>Adres strony www: <a href="{{library.url}}">{{library.url}}</a></p>\r
+    {% autoescape off %}{{library.description}}{% endautoescape%}\r
+  </div>\r
 {% endblock %}
\ No newline at end of file