From 189da22204448120692280ffe5b82244bce9e004 Mon Sep 17 00:00:00 2001 From: rainydaysavings Date: Sat, 29 Aug 2020 06:22:54 +0100 Subject: [PATCH] [TWIG] Timeline attachment form restructure --- templates/network/public.html.twig | 7 ++++++- templates/note/reply.html.twig | 10 ++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/templates/network/public.html.twig b/templates/network/public.html.twig index dc2c6abb55..32a344d9ae 100644 --- a/templates/network/public.html.twig +++ b/templates/network/public.html.twig @@ -48,7 +48,12 @@
- {{ form_row(post_form.attachments) }} + {{ form_widget(post_form.attachments) }} +
{{ form_row(post_form.send) }} diff --git a/templates/note/reply.html.twig b/templates/note/reply.html.twig index 564f6ecc8d..0bf91f1404 100644 --- a/templates/note/reply.html.twig +++ b/templates/note/reply.html.twig @@ -1,5 +1,15 @@ {% extends '/base.html.twig' %} +{% block stylesheets %} + {{ parent() }} + + + +{% endblock %} + {% block body %}