wcag fixes
[redakcja.git] / apps / catalogue / templates / catalogue / image_list.html
1 {% extends "catalogue/base.html" %}
2
3 {% load i18n %}
4 {% load catalogue book_list %}
5
6
7 {% block titleextra %}{% trans "Image list" %}{% endblock %}
8
9
10
11 {% block content %}
12     {% image_list %}
13 {% endblock content %}