Refactored and added pytest.ini file

This commit is contained in:
Thu Trang Pham
2020-11-01 07:30:51 -08:00
parent 3c47e66ca1
commit a63d4292b1
9 changed files with 74 additions and 33 deletions
@@ -3,7 +3,10 @@
{% block submit-row %}
{% if confirm_change %}
<input hidden name="_confirm_change" value="{{ confirm_change }}" />
<input hidden name="_confirm_change" />
{% endif %}
{% if confirm_add %}
<input hidden name="_confirm_add" />
{% endif %}
{{ block.super }}
{% endblock %}