Update Redesign to v1.1.0

This commit is contained in:
2022-03-06 13:57:55 +00:00
parent a4224dca6a
commit e20f7a006e
6 changed files with 909 additions and 304 deletions

View File

@@ -5,7 +5,7 @@
{% if job.slug == active_job_group.slug %}
{% regroup job_members by job.name as all_jobmem_list %}
<ul id="scrollspy-subNav">
<ul class="scrollSpyNav">
{% for jobmem in all_jobmem_list %}
<li class="{% if jobmem.grouper %}active{% endif %}">
<a href="#{{ jobmem.list.0.job.slug }}">{{ jobmem.grouper }}</a>