Updated css and added detected changes to confirmation page

This commit is contained in:
Thu Trang Pham
2020-11-01 01:21:51 -07:00
parent 3f8961478a
commit 47b1d6beee
6 changed files with 83 additions and 21 deletions
@@ -2,6 +2,6 @@
{% load i18n admin_urls %}
{% block submit-row %}
<input hidden name="_change_needs_confirmation" value="{{ change_needs_confirmation }}" />
<input hidden name="_confirm_change" value="{{ confirm_change }}" />
{{ block.super }}
{% endblock %}