File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ <h1 class="call-to-action">{% block header_action %}{{ jobs_count }} jobs on the
2828 {% for t in active_types %}
2929 < li class ="tier-2 " role ="menuitem "> < a href ="{% url 'jobs:job_list_type' slug=t.slug %} "> {{ t.name }}</ a > </ li >
3030 {% empty %}
31- < li class ="tier-2 " role =" menuitem " > No Active Types</ li >
31+ < li class ="tier-2 "> No Active Types</ li >
3232 {% endfor %}
3333 </ ul >
3434 </ li >
@@ -38,7 +38,7 @@ <h1 class="call-to-action">{% block header_action %}{{ jobs_count }} jobs on the
3838 {% for c in active_categories %}
3939 < li class ="tier-2 " role ="menuitem "> < a href ="{% url 'jobs:job_list_category' slug=c.slug %} "> {{ c.name }}</ a > </ li >
4040 {% empty %}
41- < li class ="tier-2 " role =" menuitem " > No Active Categories</ li >
41+ < li class ="tier-2 "> No Active Categories</ li >
4242 {% endfor %}
4343 </ ul >
4444 </ li >
@@ -55,7 +55,7 @@ <h1 class="call-to-action">{% block header_action %}{{ jobs_count }} jobs on the
5555 {% endif %}
5656 </ a > </ li >
5757 {% empty %}
58- < li class ="tier-2 " role =" menuitem " > No Active Locations</ li >
58+ < li class ="tier-2 "> No Active Locations</ li >
5959 {% endfor %}
6060 </ ul >
6161 </ li >
You can’t perform that action at this time.
0 commit comments