Skip to content
Snippets Groups Projects
Commit 7de442b2 authored by xamgore's avatar xamgore
Browse files

Extra information about degree in transfer page

parent d75b3b05
Branches
Tags
No related merge requests found
......@@ -29,17 +29,23 @@
{#</div>#}
<div class="field">
<select class="SelectGrade defaultForm" id="grades{{ Type }}">
<option value="-1">-- Выберите курс --</option>
<option value="-1"> Выберите курс </option>
{% for Grade in GradesList %}
<option value="{{ Grade.ID }}">
{{ Grade.Num }} курс
{% if Grade.Degree == 'master' %}
Магистратура, {{ Grade.Num }} год
{% else %}
{{ Grade.Num }} курс
{% endif %}
{{ Grade.Num }} группа
</option>
{% endfor %}
</select>
</div>
<div class="field">
<select class="SelectStudyGroup defaultForm" id="group{{ Type }}">
<option value="-1">-- Выберите группу --</option>
<option value="-1"> Выберите группу </option>
</select>
</div>
</div>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment