42# fixed employee profile

This commit is contained in:
Eligiusz Kurzawa 2021-01-17 15:51:33 +01:00
parent 2e45f22f30
commit 072ca921d5

View File

@ -61,7 +61,7 @@
<div class="categories">
<h3>Categories</h3>
{% for category in categories %}
<li><a href="#">{{ category.title }} <span>{{ category.job_count }}</span></a></li>
<li><a href="{% url 'jobs:category_detail' category.slug category.pk %}">{{ category.title }} <span>{{ category.job_count }}</span></a></li>
{% endfor %}
</div>
</div>