X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/ae60b2a3949e96357477cc04f90fd0873cee8a92..fd8cd1a9e08a5b31819da53d96a6775d31c20748:/src/catalogue/templates/catalogue/recent_list.html diff --git a/src/catalogue/templates/catalogue/recent_list.html b/src/catalogue/templates/catalogue/recent_list.html old mode 100755 new mode 100644 index 28a96b831..f0fadb30b --- a/src/catalogue/templates/catalogue/recent_list.html +++ b/src/catalogue/templates/catalogue/recent_list.html @@ -1,4 +1,4 @@ -{% extends "base.html" %} +{% extends "base/base.html" %} {% load i18n %} {% load catalogue_tags %} @@ -7,16 +7,16 @@ {% block bodyid %}recent-list{% endblock %} {% block body %} -

{% trans "Recent publications" %}

+

{% trans "Recent publications" %}

- {% url 'recent_audiobooks_list' as a %} - {% url 'recent_daisy_list' as d %} -

- {% blocktrans %}You can also see recent audiobooks - and recent DAISY files.{% endblocktrans %} -

+ {% url 'recent_audiobooks_list' as a %} + {% url 'recent_daisy_list' as d %} +

+ {% blocktrans %}You can also see recent audiobooks + and recent DAISY files.{% endblocktrans %} +

-
- {% work_list object_list %} -
+
+ {% work_list object_list %} +
{% endblock %}