Messy but working save confirmation on change page

This commit is contained in:
Thu Trang Pham
2020-10-31 16:29:46 -07:00
parent 220e9d8b41
commit 48c8e9bd10
12 changed files with 221 additions and 23 deletions
@@ -0,0 +1,7 @@
{% extends 'admin/submit_line.html' %}
{% load i18n admin_urls %}
{% block submit-row %}
<input hidden name="_change_needs_confirmation" value="{{ change_needs_confirmation }}" />
{{ block.super }}
{% endblock %}