From 501166a67a5f4ed4be0a1834e1132ee45dfff23e Mon Sep 17 00:00:00 2001
From: Carlos Vega <carlos.vega@.uni.lu>
Date: Fri, 28 Sep 2018 10:05:45 +0200
Subject: [PATCH] Fixes 204. Not sure if it's the best solution but it makes
 sense to call the web.views.workers the same way it's done in the sidebar

---
 smash/web/templates/doctors/breadcrumb.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/smash/web/templates/doctors/breadcrumb.html b/smash/web/templates/doctors/breadcrumb.html
index 549b2357..6d111dd5 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
-- 
GitLab