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

Fixes 204. Not sure if it's the best solution but it makes sense to call the...

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
parent a36d9aae
No related branches found
No related tags found
1 merge request!171Feature/daily availability
Pipeline #6595 passed
<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
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