From: Raphaƫl Gertz Date: Sat, 28 Aug 2021 08:26:19 +0000 (+0200) Subject: Add hat infos X-Git-Url: https://git.rapsys.eu/airbundle/commitdiff_plain/8a277662d5755d3f28a53a77f82d4376bdcbccba?hp=634f6c8210ed0baaafd67048bff01a2bcdcfdccf 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) }}