mirror of
https://codeberg.org/Mo8it/AdvLabDB.git
synced 2024-12-20 23:41:20 +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 %}
|
{% block body %}
|
||||||
{{information(current_user, userActiveSemester, role="admin")}}
|
{{information(current_user, userActiveSemester, role="admin")}}
|
||||||
|
|
||||||
|
<hr>
|
||||||
|
|
||||||
<form method="POST">
|
<form method="POST">
|
||||||
{{ form.csrf_token }}
|
{{ form.csrf_token }}
|
||||||
{{ form.manualUpdateFinalExperimentAndPartMarksSubmit }}
|
{{ form.manualUpdateFinalExperimentAndPartMarksSubmit }}
|
||||||
|
|
|
@ -4,6 +4,8 @@
|
||||||
{% block body %}
|
{% block body %}
|
||||||
{{information(current_user, userActiveSemester, role="admin")}}
|
{{information(current_user, userActiveSemester, role="admin")}}
|
||||||
|
|
||||||
|
<hr>
|
||||||
|
|
||||||
{% for error in form.file.errors %}
|
{% for error in form.file.errors %}
|
||||||
<div class="alert alert-danger">
|
<div class="alert alert-danger">
|
||||||
<strong>Error!</strong> {{ error }}
|
<strong>Error!</strong> {{ error }}
|
||||||
|
|
Loading…
Reference in a new issue