diff --git a/templates/network/public.html.twig b/templates/network/public.html.twig index 8e392285ce..105a48ac84 100644 --- a/templates/network/public.html.twig +++ b/templates/network/public.html.twig @@ -27,9 +27,24 @@ {% block body %}
{% if post_form is defined %} -
- {{ form(post_form) }} -
+ {{ form_start(post_form) }} +
+
+ {{ form_row(post_form.scope) }} +
+
+
+ {{ form_row(post_form.content) }} +
+
+ {{ form_row(post_form.attachments) }} +
+
+ {{ form_row(post_form.send) }} +
+
+
+ {{ form_end(post_form) }} {% endif %}