Added links back to the group pages from the group names on the meeting materials page.
- Legacy-Id: 11090
This commit is contained in:
parent
c9cb6a6cee
commit
d2cd382292
|
@ -10,7 +10,7 @@
|
|||
{% if session.name %}
|
||||
<div class="anchor-target" id="{{ session.name|slugify }}">{{ session.name }}</div>
|
||||
{% else %}
|
||||
<div class="anchor-target" id="{{session.group.acronym}}">{{session.group.acronym}}</div>
|
||||
<div class="anchor-target" id="{{session.group.acronym}}"><a href="{% url 'ietf.group.info.group_home' acronym=session.group.acronym %}">{{session.group.acronym}}</a></div>
|
||||
{% if session.group.state.slug == "bof" %}
|
||||
<span class="label label-success">{{ session.group.state.slug|upper }}</span>
|
||||
{% endif %}
|
||||
|
|
Loading…
Reference in a new issue