Merge branch 'reflow'
[wolnelektury.git] / apps / libraries / templates / libraries / library_view.html
diff --git a/apps/libraries/templates/libraries/library_view.html b/apps/libraries/templates/libraries/library_view.html
deleted file mode 100644 (file)
index a972829..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-{% 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