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 %}