diff --git a/elcid/templates/modals/antimicrobial_modal.html b/elcid/templates/modals/antimicrobial_modal.html deleted file mode 100644 index 17f4136af..000000000 --- a/elcid/templates/modals/antimicrobial_modal.html +++ /dev/null @@ -1,14 +0,0 @@ -{% extends 'base_templates/modal_base.html' %} -{% block icon %}{% endblock %} -{% block modal_body %} -
-
-
- {% include column.get_form_template %} -
-
- {% include 'modals/_allergies_sidebar.html' %} -
-
-
-{% endblock %}