\r
\r
{% block body %}
- <h1>{{ library.name }}</h1>\r
- <div class="left-column">
- <div class="normal-text">
- <p>Adres strony www: <a href="{{library.url}}">{{library.url}}</a></p>\r
- {% autoescape off %}{{library.description}}{% endautoescape%}
- </div>\r
+ <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