Skip to content

Commit

Permalink
Merge 521a06c into 93d0c45
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmiller committed Feb 5, 2020
2 parents 93d0c45 + 521a06c commit 200c027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/tb/templates/forms/treatment_form.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% load forms %}
{% input field="Treatment.drug" lookuplist="drug_list" required=True %}
{% input field="Treatment.drug" lookuplist="antimicrobial_list" required=True %}
{% input field="Treatment.dose" %}
{% input field="Treatment.route" %}
{% input field="Treatment.frequency" %}
Expand Down

0 comments on commit 200c027

Please sign in to comment.