From: Raphaƫl Gertz Date: Sat, 28 Aug 2021 08:26:19 +0000 (+0200) Subject: Add hat infos X-Git-Tag: 0.2.0~19 X-Git-Url: https://git.rapsys.eu/airbundle/commitdiff_plain/5621a1bb6db0a2243f5eb38cd68f6958663f94d5 Add hat infos --- diff --git a/Resources/views/snippet/add.html.twig b/Resources/views/snippet/add.html.twig index 0ac26c3..fddf9a3 100644 --- a/Resources/views/snippet/add.html.twig +++ b/Resources/views/snippet/add.html.twig @@ -12,6 +12,8 @@ {{ form_row(form.rate) }} + {{ form_row(form.hat) }} + {{ form_row(form.contact) }} {{ form_row(form.donate) }} diff --git a/Resources/views/snippet/edit.html.twig b/Resources/views/snippet/edit.html.twig index 0ac26c3..fddf9a3 100644 --- a/Resources/views/snippet/edit.html.twig +++ b/Resources/views/snippet/edit.html.twig @@ -12,6 +12,8 @@ {{ form_row(form.rate) }} + {{ form_row(form.hat) }} + {{ form_row(form.contact) }} {{ form_row(form.donate) }}