Skip to content
Snippets Groups Projects
Commit 4c382f0c authored by PavelBegunkov's avatar PavelBegunkov
Browse files

"еще студенты"

parent cb5dcd47
Branches
Tags
No related merge requests found
......@@ -26,7 +26,7 @@
<input type="hidden" class="HiddenInputFacultyID" value="{{ Discipline.FacultyID }}">
<div class="GeneralStudentsList">
<h2 class="BlueTitle">Прикрепленные студенты</h2>
<h2 class="BlueTitle">Основные студенты</h2>
{% for group in Groups %}
<div class="GradeAndGroupTitle ActionShowHideGroupContainer" id="{{ group.GroupID }}">
<span class="info">{{ group.Degree }}, курс {{ group.GradeNum }} группа {{ group.GroupNum }}</span>
......@@ -45,7 +45,7 @@
<div class="AttachedStudentsList">
<h2 class="BlueTitle">Еще студенты</h2>
<h2 class="BlueTitle">Прикрепленные студенты</h2>
{% for group in GroupsAttached %}
<div class="GroupContainerAttached" id="{{ group.GroupID }}">
<div class="groupInfo"><div class = "groupInfoAlone">{{ group.GradeNum }}.{{ group.GroupNum }}</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