This commit is contained in:
2025-07-31 17:42:06 +02:00
parent 6afe38d089
commit 1633c17c7b
2 changed files with 97 additions and 179 deletions

View File

@ -6,7 +6,7 @@
{% for project in projects %}
<div class='card'>
<h5>{{project.title}}</h5>
{{ render(path("app_files",{domain:'project',id:project.id, editable:0})) }}
{{ render(path("bninefiles_files",{domain:'project',id:project.id, editable:0})) }}
</div>
{% endfor %}