41# fixed single template
This commit is contained in:
parent
a648626cf9
commit
2e45f22f30
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user