X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/9bc86f5a6542c5893ac94284da33162a7c7be2d6..e24e657ebf536f55c1bde66bd41563fae30a98b0:/src/wolnelektury/templates/admin/catalogue/book/change_form.html diff --git a/src/wolnelektury/templates/admin/catalogue/book/change_form.html b/src/wolnelektury/templates/admin/catalogue/book/change_form.html index 5282ebe01..870362038 100644 --- a/src/wolnelektury/templates/admin/catalogue/book/change_form.html +++ b/src/wolnelektury/templates/admin/catalogue/book/change_form.html @@ -1,9 +1,8 @@ {% extends "admin/change_form.html" %} -{% load i18n %} {% block content_title %} {% if change and 'advanced' in request.GET %} -

{{ title }} — {% trans "advanced" %}

+

{{ title }} — zaawansowane

{% else %} {{ block.super }} {% endif %} @@ -31,9 +30,9 @@