File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 151
151
</tbody >
152
152
</table >
153
153
</div >
154
- <div class =" row" >
154
+ <div class =" row mt-3 " >
155
155
<div class =" col-md-6 col-12 mb-3" >
156
- <a href =" /group/{{ group.id }}" class =" btn btn-outline-primary w-100 mt-3 w-100 mt-3 " >
156
+ <a href =" /group/{{ group.id }}" class =" btn btn-outline-primary w-100" >
157
157
Таблица группы {{ group.title }}
158
158
</a >
159
159
</div >
160
160
<div class =" col-md-6 col-12 mb-3" >
161
- <a href =" /submissions" class =" btn btn-outline-primary w-100 mt-3 w-100 mt-3 " >
161
+ <a href =" /submissions" class =" btn btn-outline-primary w-100" >
162
162
Отправленные решения
163
163
</a >
164
164
</div >
Original file line number Diff line number Diff line change 23
23
вариант <span class =" badge alert-secondary" style =" font-size : inherit " >№{{ submission.status.variant + 1 }}</span >,
24
24
группа <a href =" /group/{{ submission.status.group }}" class =" badge alert-primary" style =" font-size : inherit ; text-decoration : none " >{{ submission.status.group_title }}</a >
25
25
{% if submission .student %}
26
- , студент <span class =" badge alert-secondary" style =" font-size : inherit " >{{ submission.student.email | hide }}</span >,
26
+ , студент <span class =" badge alert-secondary" style =" font-size : inherit " >{{ submission.student.email }}</span >,
27
27
id <span class =" badge alert-secondary" style =" font-size : inherit " >{{ submission.student.id }}</span >
28
28
{% endif %}
29
29
</h6 >
You can’t perform that action at this time.
0 commit comments