feat: feedback approval by admins

This commit is contained in:
Björn Fromme
2023-12-12 18:04:23 +01:00
parent b5781df8d9
commit f03df979db
5 changed files with 111 additions and 3 deletions
@@ -0,0 +1,10 @@
{{ form_start(form) }}
<div class="flex flex-col space-y-4 pb-4">
{{ form_row(form.comment) }}
{{ form_row(form.commentInternal) }}
</div>
<button type="submit" class="btn">
Speichern und freigeben
</button>
{{ form_rest(form) }}
{{ form_end(form) }}