From 8a277662d5755d3f28a53a77f82d4376bdcbccba Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Gertz?= Date: Sat, 28 Aug 2021 10:26:19 +0200 Subject: [PATCH] Add hat infos --- Resources/views/snippet/add.html.twig | 2 ++ Resources/views/snippet/edit.html.twig | 2 ++ 2 files changed, 4 insertions(+) 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) }} -- 2.41.0