Feat: Add funtion to rename uploaded documents

This commit is contained in:
Björn Fromme
2023-10-12 14:43:00 +02:00
parent 3e32fcbcb4
commit eefb60007f
3 changed files with 72 additions and 1 deletions
@@ -0,0 +1,9 @@
{{ form_start(form) }}
<div class="pb-4">
{{ form_row(form.displayName) }}
</div>
<button type="submit" class="btn">
aktualisieren
</button>
{{ form_rest(form) }}
{{ form_end(form) }}