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

Fix typo bug

This commit is contained in:
Mo 2022-05-17 00:44:13 +02:00
parent 6618e72843
commit e71d711090

View file

@ -2,6 +2,6 @@
{% extends "admin/model/list.html" %}
{% block body %}
{{information(current_user, active_semster, role="assistant")}}
{{information(current_user, active_semester, role="assistant")}}
{{ super() }}
{% endblock %}