mirror of
https://codeberg.org/Mo8it/AdvLabDB.git
synced 2024-11-08 21:21:06 +00:00
7 lines
196 B
HTML
7 lines
196 B
HTML
|
{% from "macros.html" import information %}
|
||
|
{% extends "admin/model/edit.html" %}
|
||
|
|
||
|
{% block body %}
|
||
|
{{ information(current_user, userActiveSemester, role="assistant") }}
|
||
|
{{super()}}
|
||
|
{% endblock %}
|