Remove old modal, new modal is our best friend now

This commit is contained in:
Mouse Reeve
2021-12-30 19:19:55 -08:00
parent 48d3b4bf58
commit 2f4899dc1f
10 changed files with 27 additions and 67 deletions

View File

@ -1,4 +1,4 @@
{% extends 'components/new_modal.html' %}
{% extends 'components/modal.html' %}
{% load i18n %}
{% block modal-title %}{% trans "Delete this list?" %}{% endblock %}