a97282987a7f5344c8fed96f527316dfede4fc66
[wolnelektury.git] / apps / libraries / templates / libraries / library_view.html
1 {% extends "base.html" %}\r
2 {% load i18n %}\r
3 \r
4 {% block titleextra %}{{ library.name }}{% endblock %}\r
5 \r
6 \r
7 {% block body %}
8     <h1>{{ library.name }}</h1>
9     <div class="normal-text">
10         <p>Adres strony www: <a href="{{library.url}}">{{library.url}}</a></p>\r
11         {% autoescape off %}{{library.description}}{% endautoescape%}
12     </div>\r
13 {% endblock %}