-{% 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