42# fixed employee profile
This commit is contained in:
parent
2e45f22f30
commit
072ca921d5
@ -61,7 +61,7 @@
|
|||||||
<div class="categories">
|
<div class="categories">
|
||||||
<h3>Categories</h3>
|
<h3>Categories</h3>
|
||||||
{% for category in categories %}
|
{% 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 %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user