Code layout change.
[wolnelektury.git] / src / libraries / templates / libraries / library_view.html
diff --git a/src/libraries/templates/libraries/library_view.html b/src/libraries/templates/libraries/library_view.html
new file mode 100644 (file)
index 0000000..a972829
--- /dev/null
@@ -0,0 +1,13 @@
+{% extends "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
+{% endblock %}
\ No newline at end of file