From: Radek Czajka Date: Tue, 10 Jan 2012 15:29:24 +0000 (+0100) Subject: template fix X-Git-Url: https://git.mdrn.pl/wolnelektury.git/commitdiff_plain/12c1422df750d8097400cb053e6479dfce582c94 template fix --- diff --git a/wolnelektury/templates/catalogue/collection.html b/wolnelektury/templates/catalogue/collection.html index c1f1ae4d5..113f7b76d 100755 --- a/wolnelektury/templates/catalogue/collection.html +++ b/wolnelektury/templates/catalogue/collection.html @@ -1,8 +1,6 @@ {% extends "catalogue/book_list.html" %} {% load i18n %} -{% block bodyid %}collection{% endblock %} - {% block title %}{{ context.collection.title }} {% trans "in WolneLektury.pl" %}{% endblock %} {% block book_list_header %}{{ context.collection.title }}{% endblock %}