Skip to content

Commit

Permalink
Merge 242be17 into b9ee83b
Browse files Browse the repository at this point in the history
  • Loading branch information
fredkingham committed Nov 22, 2018
2 parents b9ee83b + 242be17 commit a6fa4ef
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions apps/tb/templates/modals/antimicrobial_modal.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{% extends "base_templates/form_modal_base.html" %}
{% block title %}
<span ng-show="episode.category_name === 'TB'">
Medication History
<span ng-show="profile.can_see_pid() && editingName">
([[ editingName]])
</span>
</span>
<span ng-show="episode.category_name !== 'TB'">
{{ block.super }}
</span>
{% endblock %}

0 comments on commit a6fa4ef

Please sign in to comment.