X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/d527b63f5320d32e5c598354fd60ebc00d88d7bb..a7e41fefbf46ad5bfa2eb97dbd1cc11d3a28a354:/src/messaging/templates/admin/messaging/emailtemplate/change_form.html diff --git a/src/messaging/templates/admin/messaging/emailtemplate/change_form.html b/src/messaging/templates/admin/messaging/emailtemplate/change_form.html new file mode 100644 index 000000000..89c95d21b --- /dev/null +++ b/src/messaging/templates/admin/messaging/emailtemplate/change_form.html @@ -0,0 +1,19 @@ +{% extends 'admin/change_form.html' %} + + +{% block admin_change_form_document_ready %} +{{ block.super }} + + + +{% endblock %}