From 3da831edbed4e401e8cb81224def650a1b623f90 Mon Sep 17 00:00:00 2001 From: fredkingham Date: Thu, 22 Nov 2018 14:25:24 +0000 Subject: [PATCH] overrides the modal title for TB to medication history refs #571 --- apps/tb/templates/modals/antimicrobial_modal.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 apps/tb/templates/modals/antimicrobial_modal.html diff --git a/apps/tb/templates/modals/antimicrobial_modal.html b/apps/tb/templates/modals/antimicrobial_modal.html new file mode 100644 index 000000000..ba24fa8bf --- /dev/null +++ b/apps/tb/templates/modals/antimicrobial_modal.html @@ -0,0 +1,12 @@ +{% extends "base_templates/form_modal_base.html" %} +{% block title %} + + Medication History + + ([[ editingName]]) + + + + {{ block.super }} + +{% endblock %} \ No newline at end of file