Skip to content

Commit

Permalink
fix: Display rename btn even if no exam
Browse files Browse the repository at this point in the history
  • Loading branch information
worldbeater committed Oct 9, 2024
1 parent 90e4b07 commit 82ea94a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/templates/teacher/exam.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
<a class="btn btn-outline-primary w-100 d-block" href="/group/{{ group.id }}">
Перейти к таблице группы
</a>
{% endif %}
<form action="/teacher/group/{{ group.id }}/rename" method="GET" class="w-100">
<label class="mx-auto fw-bold mt-2 mb-2 d-block">
Видимое название группы {{ group.external }}
Expand All @@ -87,5 +88,4 @@
Переименовать группу
</button>
</form>
{% endif %}
{% endblock %}

0 comments on commit 82ea94a

Please sign in to comment.