fix: deletion of items, shared files etc

This commit is contained in:
Per Stark
2025-09-29 20:28:06 +02:00
parent b0ed69330d
commit c0fcad5952
7 changed files with 184 additions and 39 deletions

View File

@@ -1,6 +1,6 @@
{% block latest_content_section %}
<div id="latest_content_section" class="list">
<h2 class="text-2xl mb-2 font-extrabold">Recent content</h2>
{% include "content/content_list.html" %}
{% include "dashboard/recent_content_list.html" %}
</div>
{% endblock %}
{% endblock %}