]> Raphaël G. Git Repositories - airbundle/commitdiff
Add class, contact, donate, link and profile fields
authorRaphaël Gertz <git@rapsys.eu>
Wed, 24 Feb 2021 00:41:35 +0000 (01:41 +0100)
committerRaphaël Gertz <git@rapsys.eu>
Wed, 24 Feb 2021 00:41:35 +0000 (01:41 +0100)
Resources/views/snippet/add.html.twig
Resources/views/snippet/edit.html.twig

index 75bf3561ba6f1b967be699b52d0ab4a08cd24a35..82cd5f1932a68d7ea9fdabaac649529f00851c3a 100644 (file)
@@ -6,6 +6,16 @@
                        <div>
                                {{ form_row(form.description) }}
 
+                               {{ form_row(form.class) }}
+
+                               {{ form_row(form.contact) }}
+
+                               {{ form_row(form.donate) }}
+
+                               {{ form_row(form.link) }}
+
+                               {{ form_row(form.profile) }}
+
                                {{ form_row(form.submit) }}
 
                                {% if form.delete is defined %}
index 75bf3561ba6f1b967be699b52d0ab4a08cd24a35..82cd5f1932a68d7ea9fdabaac649529f00851c3a 100644 (file)
@@ -6,6 +6,16 @@
                        <div>
                                {{ form_row(form.description) }}
 
+                               {{ form_row(form.class) }}
+
+                               {{ form_row(form.contact) }}
+
+                               {{ form_row(form.donate) }}
+
+                               {{ form_row(form.link) }}
+
+                               {{ form_row(form.profile) }}
+
                                {{ form_row(form.submit) }}
 
                                {% if form.delete is defined %}