X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/0ce414772bea056d8bd6cbd15ed589d4fc827ce9..e24e657ebf536f55c1bde66bd41563fae30a98b0:/src/catalogue/templates/catalogue/tag_catalogue.html diff --git a/src/catalogue/templates/catalogue/tag_catalogue.html b/src/catalogue/templates/catalogue/tag_catalogue.html index 22a678f3d..2d0105375 100644 --- a/src/catalogue/templates/catalogue/tag_catalogue.html +++ b/src/catalogue/templates/catalogue/tag_catalogue.html @@ -1,23 +1,45 @@ -{% extends "base.html" %} +{% extends 'base.html' %} {% load i18n %} -{% load plain_list from catalogue_tags %} -{% load ssi_include from ssify %} +{% load thumbnail %} -{% block titleextra %}{{ title }}{% endblock %} -{% block bodyid %}tag-catalogue{% endblock %} +{% block settings %} +{% endblock %} + +{% block breadcrumbs %} + {{ whole_category }} +{% endblock %} + + +{% block main %} +
+
+

{{ whole_category }}

+
+
-{% block body %} -

{{ title|title }} {% trans "on Wolne Lektury" %}

+ -{% for tag in best %} - - {% ssi_include "catalogue_tag_box" pk=tag.pk %} - -{% endfor %} -

{{ whole_category }}

+
+ +
-{% plain_list tags %} {% endblock %}