add position description

See #919
 - Legacy-Id: 5159
This commit is contained in:
Emilio Jiménez 2012-12-27 20:29:57 +00:00
parent 1e3e65fcbf
commit 2a1f41ea44
2 changed files with 3 additions and 0 deletions

View file

@ -21,6 +21,8 @@
<div class="yui-content">
{% for position in positions %}
<div id="{{ position.name }}">
<h3>{{ position.description }}</h3>
{{ position.description }}
{% include position.questionnaire.path %}
</div>
{% endfor %}

View file

@ -21,6 +21,7 @@
<div class="yui-content">
{% for position in positions %}
<div id="{{ position.name }}">
<h3>{{ position.description }}</h3>
{% include position.requirement.path %}
</div>
{% endfor %}