From a8e43a4867064c2ec94b1dc0faed9f3c0c6d7d05 Mon Sep 17 00:00:00 2001 From: rainydaysavings Date: Thu, 27 Aug 2020 03:30:22 +0100 Subject: [PATCH] [TWIG] Timeline structure rework --- templates/network/public.html.twig | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/network/public.html.twig b/templates/network/public.html.twig index 105a48ac84..df8fc5afb6 100644 --- a/templates/network/public.html.twig +++ b/templates/network/public.html.twig @@ -32,10 +32,10 @@
{{ form_row(post_form.scope) }}
-
-
- {{ form_row(post_form.content) }} -
+
+ {{ form_row(post_form.content) }} +
+
{{ form_row(post_form.attachments) }}