mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-01-14 04:00:35 +00:00
7 lines
126 B
Plaintext
7 lines
126 B
Plaintext
|
{% extends "settings/settings.html.j2" %}
|
||
|
|
||
|
{% block page_content %}
|
||
|
{{ super() }}
|
||
|
ADMIN ADDITIONS
|
||
|
{% endblock page_content %}
|