diff --git a/components/Feed/templates/feed/feed.html.twig b/components/Feed/templates/feed/feed.html.twig index 9639fc0827..18ab8a3ee1 100644 --- a/components/Feed/templates/feed/feed.html.twig +++ b/components/Feed/templates/feed/feed.html.twig @@ -9,9 +9,15 @@ {% endblock stylesheets %} {% block body %} - {% for block in handle_event('BeforeFeed', app.request) %} - {{ block | raw }} - {% endfor %} +
+

{{ page_title | trans }} {{ 'feed' | trans }}

+ +
+ {# Backwards compatibility with hAtom 0.1 #}
diff --git a/components/Group/templates/group/view.html.twig b/components/Group/templates/group/view.html.twig index a2adeae603..7ed8f7cf5e 100644 --- a/components/Group/templates/group/view.html.twig +++ b/components/Group/templates/group/view.html.twig @@ -36,7 +36,7 @@
{% else %} -
+

{% trans with { '%group%': nickname } %}The group %group% doesn't exist.{% endtrans %}

{% if create_form is defined and create_form is not null %}

{% trans %}Would you like to create it?{% endtrans %}

diff --git a/components/LeftPanel/templates/left_panel/edit_feeds.html.twig b/components/LeftPanel/templates/left_panel/edit_feeds.html.twig index 1d4ef1473a..e70fac9236 100644 --- a/components/LeftPanel/templates/left_panel/edit_feeds.html.twig +++ b/components/LeftPanel/templates/left_panel/edit_feeds.html.twig @@ -6,7 +6,7 @@ {% endblock stylesheets %} {% block body %} -
+
@@ -16,7 +16,7 @@ {{ form_start(edit_feeds) }} {% for child in edit_feeds.children %} {% if 'row_url' in child.vars.block_prefixes %} -
+
{{ form_label(child) }} {{ form_widget(child) }} {% elseif 'row_title' in child.vars.block_prefixes %} diff --git a/components/LeftPanel/templates/left_panel/view.html.twig b/components/LeftPanel/templates/left_panel/view.html.twig index 641208b643..8b6b3285a8 100644 --- a/components/LeftPanel/templates/left_panel/view.html.twig +++ b/components/LeftPanel/templates/left_panel/view.html.twig @@ -7,7 +7,7 @@