X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/05f67adb27390c7a9cf214e83550d3bbca88c8f2..1e373b12f008865c90a75cc56202d8adde06e2b7:/apps/cover/templates/cover/image_list.html diff --git a/apps/cover/templates/cover/image_list.html b/apps/cover/templates/cover/image_list.html index 5b2b0006..50443edd 100755 --- a/apps/cover/templates/cover/image_list.html +++ b/apps/cover/templates/cover/image_list.html @@ -1,8 +1,8 @@ {% extends "catalogue/base.html" %} {% load i18n %} -{% load url from future %} {% load thumbnail pagination_tags %} +{% block titleextra %}{% trans "Cover images" %}{% endblock %} {% block content %}

{% trans "Cover images" %}

@@ -14,14 +14,15 @@