1
0
Fork 0
mirror of https://codeberg.org/Mo8it/AdvLabDB.git synced 2024-09-19 18:31:16 +00:00

Add horizontal line to custom views

This commit is contained in:
Mo 2022-04-10 21:04:13 +02:00
parent 7a1c0e9d55
commit 47276ff35a
2 changed files with 4 additions and 0 deletions

View file

@ -4,6 +4,8 @@
{% block body %}
{{information(current_user, userActiveSemester, role="admin")}}
<hr>
<form method="POST">
{{ form.csrf_token }}
{{ form.manualUpdateFinalExperimentAndPartMarksSubmit }}

View file

@ -4,6 +4,8 @@
{% block body %}
{{information(current_user, userActiveSemester, role="admin")}}
<hr>
{% for error in form.file.errors %}
<div class="alert alert-danger">
<strong>Error!</strong> {{ error }}