fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Reenable banner
[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
index
7b340be
..
0af82c8
100644
(file)
--- a/
src/libraries/templates/libraries/library_view.html
+++ b/
src/libraries/templates/libraries/library_view.html
@@
-1,4
+1,4
@@
-{% extends "
2022/
base_simple.html" %}
\r
+{% extends "base_simple.html" %}
\r
{% load i18n %}
\r
\r
{% block settings %}
\r
{% load i18n %}
\r
\r
{% block settings %}
\r
@@
-7,7
+7,7
@@
{% endblock %}
\r
\r
{% block breadcrumbs %}
\r
{% endblock %}
\r
\r
{% block breadcrumbs %}
\r
- <a href="{% url 'libraries_main_view' %}"><span>{% trans '
Libraries directory
' %}</span></a>
\r
+ <a href="{% url 'libraries_main_view' %}"><span>{% trans '
Katalog bibliotek
' %}</span></a>
\r
<a href="{{ library.catalog.get_absolute_url }}"><span>{{ library.catalog.name }}</span></a>
\r
{% endblock %}
\r
\r
<a href="{{ library.catalog.get_absolute_url }}"><span>{{ library.catalog.name }}</span></a>
\r
{% endblock %}
\r
\r
@@
-16,7
+16,7
@@
{% block body %}
\r
<h1>{{ library.name }}</h1>
\r
<div class="normal-text">
\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
+ <p>
{% trans "Adres strony www" %}
: <a href="{{library.url}}">{{library.url}}</a></p>
\r
{% autoescape off %}{{library.description}}{% endautoescape%}
\r
</div>
\r
{% endblock %}
\r
{% autoescape off %}{{library.description}}{% endautoescape%}
\r
</div>
\r
{% endblock %}
\r