Skip to content

Commit e838ca7

Browse files
committed
Show correct group type and ommit link to tools.ietf.org on BOF proceedings. Commit ready for merge
- Legacy-Id: 7678
1 parent a886f9d commit e838ca7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ietf/secr/templates/proceedings/proceedings.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
{% if meeting.type.slug == "ietf" %}
1616
<p class="ptitle">{{ meeting }} Proceedings</p>
1717
<p><a href="index.html#intro">Introduction</a>&nbsp;&nbsp;|&nbsp; <a href="index.html#wgreports">Area, Working Goup &amp; BoF Reports</a>&nbsp;&nbsp;|&nbsp; <a href="index.html#plenary">Plenaries</a>&nbsp;&nbsp;|&nbsp; <a href="index.html#training">Training</a>&nbsp;&nbsp;|&nbsp; <a href="index.html#irtf">Internet Research Task Force</a></p>
18-
<h2>{{ group.name }} ({{ group.acronym }}) ({{ group.type }})</h2>
18+
<h2>{{ group.name }} ({{ group.acronym }}) ({% if group.state.slug == "bof" %}{{ group.state }}{% else %}{{ group.type }}{% endif %})</h2>
1919
{% else %}
2020
<h2>{{ group.name }} ({{ group.acronym }})</h2>
2121
<h3>Interim Meeting of {{ meeting.date }}</h3>
@@ -42,7 +42,7 @@ <h3>
4242
{% endif %}
4343
</h3>
4444

45-
{% if group.type.slug == "wg" %}
45+
{% if group.type.slug == "wg" and group.state.slug != "bof" %}
4646
<p>Additional information is available at <a href="http://tools.ietf.org/wg/{{ group.acronym }}">tools.ietf.org/wg/{{ group.acronym }}</a>
4747
{% endif %}
4848

0 commit comments

Comments
 (0)