diff --git a/components/RightPanel/templates/right_panel/view.html.twig b/components/RightPanel/templates/right_panel/view.html.twig index aeb6c239a0..b0c2bef134 100644 --- a/components/RightPanel/templates/right_panel/view.html.twig +++ b/components/RightPanel/templates/right_panel/view.html.twig @@ -32,6 +32,7 @@ {{ form_row(blocks['post_form'].in) }} {% endif %} {{ form_row(blocks['post_form'].visibility) }} + {{ form_row(blocks['post_form'].content_type) }} {{ form_row(blocks['post_form'].content) }} {{ form_row(blocks['post_form'].attachments) }} diff --git a/templates/base.html.twig b/templates/base.html.twig index 167979d28a..07659a1e9c 100644 --- a/templates/base.html.twig +++ b/templates/base.html.twig @@ -15,10 +15,12 @@ {% block stylesheets %} - + - + @@ -48,34 +50,48 @@ {% block header %}