mirror of
https://codeberg.org/Mo8it/AdvLabDB.git
synced 2024-11-08 21:21:06 +00:00
Add horizontal line to custom views
This commit is contained in:
parent
7a1c0e9d55
commit
47276ff35a
2 changed files with 4 additions and 0 deletions
|
@ -4,6 +4,8 @@
|
|||
{% block body %}
|
||||
{{information(current_user, userActiveSemester, role="admin")}}
|
||||
|
||||
<hr>
|
||||
|
||||
<form method="POST">
|
||||
{{ form.csrf_token }}
|
||||
{{ form.manualUpdateFinalExperimentAndPartMarksSubmit }}
|
||||
|
|
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue