41# fixed single template

This commit is contained in:
Eligiusz Kurzawa 2021-01-17 15:48:19 +01:00
parent a648626cf9
commit 2e45f22f30

View File

@ -71,7 +71,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>