Skip to content

Commit 2a1f41e

Browse files
committed
add position description
See ietf-tools#919 - Legacy-Id: 5159
1 parent 1e3e65f commit 2a1f41e

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

ietf/templates/nomcom/questionnaires.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ <h2>Questionnaires</h2>
2121
<div class="yui-content">
2222
{% for position in positions %}
2323
<div id="{{ position.name }}">
24+
<h3>{{ position.description }}</h3>
25+
{{ position.description }}
2426
{% include position.questionnaire.path %}
2527
</div>
2628
{% endfor %}

ietf/templates/nomcom/requirements.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ <h2>Requirements</h2>
2121
<div class="yui-content">
2222
{% for position in positions %}
2323
<div id="{{ position.name }}">
24+
<h3>{{ position.description }}</h3>
2425
{% include position.requirement.path %}
2526
</div>
2627
{% endfor %}

0 commit comments

Comments
 (0)