This commit is contained in:
2025-07-29 08:14:40 +02:00
parent 5762df8df9
commit 540f6cd1d6
6 changed files with 246 additions and 17 deletions

View File

@ -35,7 +35,7 @@
</div>
{% if mode=="update" %}
{{ render(path("app_files",{id:project.id}))}}
{{ render(path("app_files",{domain:'project',id:project.id})) }}
{% endif %}
{{ form_end(form) }}