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

14 lines
302 B
HTML
Raw Normal View History

2022-04-11 23:52:01 +00:00
{% from "macros.html" import information %}
{% extends "admin/master.html" %}
{% block body %}
{{information(current_user, userActiveSemester, role="admin")}}
<hr>
<form method="POST">
{{ form.csrf_token }}
{{ form.assistantMarksSubmit }}
</form>
{% endblock body %}