Skip to content

Commit

Permalink
remove un-used code
Browse files Browse the repository at this point in the history
  • Loading branch information
Amy Chen committed Oct 9, 2024
1 parent fdc2cc3 commit f190c17
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions portal/templates/admin/patients_substudy.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
{%- from "admin/admin_base.html" import patientListToggle -%}
{%- block mainclass -%}class="vis-on-callback"{%- endblock -%}
{% block main %}
<script>
var itemStatus = [{ id: "due", text: 'Due' }, { id: "overdue", text: 'Overdue' }];
</script>
<div id="patientList" class="substudy">
{% set list_title = gettext('EMPRO Patient List') %}
{% set list_subtitle = gettext('Select a patient below to view or update details') %}
Expand Down

0 comments on commit f190c17

Please sign in to comment.