fix: formatting

This commit is contained in:
Jannat Patel
2022-11-21 12:27:52 +05:30
parent ed2fababff
commit cfcc1b3162
3 changed files with 12 additions and 16 deletions

View File

@@ -111,7 +111,7 @@
<div class="mt-10">
{% for student in class_students %}
<div class="d-flex" style="position: relative;">
<a class="button-links flex-grow-1" href="/classes/{{ class_info.name }}/students/{{ student.username }}">
<a class="subheading button-links flex-grow-1" href="/classes/{{ class_info.name }}/students/{{ student.username }}">
{{ student.student_name }}
</a>
<svg class="icon icon-md pull-right remove-student" data-student="{{ student.student }}">