X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/ae60b2a3949e96357477cc04f90fd0873cee8a92..e9263ed76910227deccdce1469b4edda3b833be1:/src/catalogue/templates/catalogue/recent_daisy_list.html diff --git a/src/catalogue/templates/catalogue/recent_daisy_list.html b/src/catalogue/templates/catalogue/recent_daisy_list.html index 6675af206..2b0ab83ed 100755 --- a/src/catalogue/templates/catalogue/recent_daisy_list.html +++ b/src/catalogue/templates/catalogue/recent_daisy_list.html @@ -1,4 +1,4 @@ -{% extends "base.html" %} +{% extends "base/base.html" %} {% load i18n %} {% load catalogue_tags %} @@ -7,9 +7,9 @@ {% block bodyid %}recent-list{% endblock %} {% block body %} -

{% trans "Recent DAISY files" %}

+

{% trans "Recent DAISY files" %}

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