diff --git a/smash/web/templates/doctors/breadcrumb.html b/smash/web/templates/doctors/breadcrumb.html index 549b2357d5ee10f1a13a761f2cd3548d54c8bc29..6d111dd545adc0d422fe4dfae996671af3c8f657 100644 --- a/smash/web/templates/doctors/breadcrumb.html +++ b/smash/web/templates/doctors/breadcrumb.html @@ -1,2 +1,2 @@ <li><a href="{% url 'web.views.appointments' %}"><i class="fa fa-dashboard"></i> Dashboard</a></li> -<li class="active"><a href="{% url 'web.views.workers' worker_type %}">Workers</a></li> \ No newline at end of file +<li class="active"><a href="{% url 'web.views.workers' %}">Workers</a></li> \ No newline at end of file