Skip to content

Commit 0fcaefe

Browse files
committed
Added an explanatory paragraph to the Desired Expertise page.
- Legacy-Id: 6263
1 parent 1980f9b commit 0fcaefe

1 file changed

Lines changed: 24 additions & 14 deletions

File tree

ietf/templates/nomcom/requirements.html

Lines changed: 24 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,31 @@
1010
{% block subtitle %} - Desired Expertise {% endblock %}
1111

1212
{% block nomcom_content %}
13-
<h2>Desired Expertises</h2>
13+
<h2>Desired Expertise</h2>
14+
<div style="width: 60em; margin: 1em;">
15+
These pages contain the current summaries of desired expertise for open
16+
positions, provided to the Nomcom by the IESG, IAB, and IAOC. As the Nomcom
17+
proceeds, per BCP 10, we will take input from the community on the
18+
qualifications required for the positions. We will determine our selections
19+
based on all of this information. We may update these pages periodically.
20+
</div>
21+
1422
<div id="mytabs" class="yui-navset">
15-
<ul class="yui-nav">
16-
{% for position in positions %}
17-
<li><a href="#{{ position.name }}"><em>{{ position.name }}</em></a></li>
18-
{% endfor %}
19-
</ul>
20-
Click on a position above to view the summary of desired expertise for that position
21-
<div class="yui-content">
22-
{% for position in positions %}
23-
<div id="{{ position.name }}">
24-
<h3>{{ position.description }}</h3>
25-
{{ position.get_requirement|linebreaks}}
26-
</div>
27-
{% endfor %}
23+
<ul class="yui-nav">
24+
{% for position in positions %}
25+
<li><a href="#{{ position.name }}"><em>{{ position.name }}</em></a></li>
26+
{% endfor %}
27+
</ul>
28+
29+
Click on a position above to view the summary of desired expertise for that position
30+
<div class="yui-content">
31+
{% for position in positions %}
32+
<div id="{{ position.name }}">
33+
<h3>{{ position.description }}</h3>
34+
{{ position.get_requirement|linebreaks}}
35+
</div>
36+
{% endfor %}
37+
</div>
2838
</div>
2939

3040
<script type="text/javascript">

0 commit comments

Comments
 (0)