parent
1e3e65fcbf
commit
2a1f41ea44
|
@ -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 %}
|
||||
|
|
|
@ -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 %}
|
||||
|
|
Loading…
Reference in a new issue