From: Radek Czajka Date: Thu, 27 Oct 2022 09:20:54 +0000 (+0200) Subject: Publish collection. X-Git-Url: https://git.mdrn.pl/redakcja.git/commitdiff_plain/6251ad833bb249f4cbc52e1676c9d6a2b7d95fff?hp=282654ea252af7e2d30740b40bccfc9be61dd3a8 Publish collection. --- diff --git a/src/catalogue/templates/admin/catalogue/collection/change_form.html b/src/catalogue/templates/admin/catalogue/collection/change_form.html new file mode 100644 index 00000000..3f98d672 --- /dev/null +++ b/src/catalogue/templates/admin/catalogue/collection/change_form.html @@ -0,0 +1,14 @@ +{% extends "admin/change_form.html" %} + +{% block object-tools-items %} + {% if change and original.slug %} +
  • +
    + + {% csrf_token %} + +
    +
  • + {% endif %} + {{ block.super }} +{% endblock %}