Rework all Resource Lists

This commit is contained in:
Patrick Jentsch
2023-01-04 20:00:37 +01:00
parent 7b88493e7d
commit 8b18571725
22 changed files with 1318 additions and 928 deletions

View File

@ -126,6 +126,6 @@
{{ super() }}
<script>
let publicUserList = new PublicUserList(document.querySelector('.public-user-list'));
publicUserList._init({{ users|tojson }});
publicUserList.add({{ users|tojson }});
</script>
{% endblock scripts %}