mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-02-07 15:00:51 +00:00
Fix admin page
This commit is contained in:
parent
0d2720700e
commit
0b4e151bef
@ -32,10 +32,11 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script>
|
<script type="module">
|
||||||
let userList = new RessourceList('users', null, "User", RessourceList.options.extended);
|
import {RessourceList} from '../../static/js/nopaque.lists.js';
|
||||||
document.addEventListener("DOMContentLoaded", () => {
|
let userList = new RessourceList('users', null, "User", RessourceList.options.extended);
|
||||||
|
document.addEventListener("DOMContentLoaded", () => {
|
||||||
userList._add({{ users|tojson|safe }});
|
userList._add({{ users|tojson|safe }});
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user