Skip to content
Snippets Groups Projects
Commit 3225847d authored by Carlos Vega's avatar Carlos Vega
Browse files

added a header title for vouchers, health partners and workers

parent ccef9140
No related branches found
No related tags found
1 merge request!171Feature/daily availability
......@@ -8,7 +8,15 @@
{% endblock styles %}
{% block ui_active_tab %}'workers'{% endblock ui_active_tab %}
{% block page_header %}
{% if worker_type == 'STAFF' %}
Workers
{% elif worker_type == 'HEALTH_PARTNER' %}
Health Partners
{% elif worker_type == 'VOUCHER_PARTNER' %}
Voucher Partners
{% endif %}
{% endblock page_header %}
{% block breadcrumb %}
{% include "doctors/breadcrumb.html" %}
{% endblock breadcrumb %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment