feat: mark documents global

This commit is contained in:
Björn Fromme
2024-01-28 14:09:02 +01:00
parent bd3b3688c5
commit 79a4a8fef5
8 changed files with 105 additions and 15 deletions
@@ -6,6 +6,9 @@
'accepted_files': 'application/pdf',
} %}
</div>
<div class="pb-4">
{{ form_row(form.global) }}
</div>
<button type="submit" class="btn">
Uploads speichern
</button>