X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/ec5b493bff5efa683aadf5f78aa891eff3550156..8132fc186eb0c5fd02c86828c3a4735754296d02:/apps/cover/templates/cover/image_detail.html diff --git a/apps/cover/templates/cover/image_detail.html b/apps/cover/templates/cover/image_detail.html index ee6a762f..db9b176f 100755 --- a/apps/cover/templates/cover/image_detail.html +++ b/apps/cover/templates/cover/image_detail.html @@ -1,7 +1,9 @@ {% extends "catalogue/base.html" %} {% load i18n %} {% load thumbnail %} -{% load build_absolute_uri from common_tags %} +{% load build_absolute_uri from fnp_common %} + +{% block titleextra %}{% trans "Cover image" %}{% endblock %} {% block content %}

{% trans "Cover image" %}

@@ -27,7 +29,6 @@ {% if editable %}
{% csrf_token %} - {{ form.non_field_errors }} {% endif %} {{ form.as_table }}