diff --git a/Resources/views/Activity/edit.html.twig b/Resources/views/Activity/edit.html.twig index c0e082920..0c52cadf4 100644 --- a/Resources/views/Activity/edit.html.twig +++ b/Resources/views/Activity/edit.html.twig @@ -38,10 +38,16 @@ {{ form_widget(edit_form) }} -
+ {{ form_end(edit_form) }} {# {{ form(delete_form) }} #} diff --git a/Resources/views/Activity/list.html.twig b/Resources/views/Activity/list.html.twig index d2d53d64c..1379d3472 100644 --- a/Resources/views/Activity/list.html.twig +++ b/Resources/views/Activity/list.html.twig @@ -26,7 +26,10 @@{{ "There isn't any activities."|trans }}
++ {{ "There isn't any activities."|trans }} + +
{% else %}
|
- - {{ 'Add a new activity' | trans }} - -
+ {% endblock %} diff --git a/Resources/views/Activity/show.html.twig b/Resources/views/Activity/show.html.twig index db769ee18..5f3b00b9f 100644 --- a/Resources/views/Activity/show.html.twig +++ b/Resources/views/Activity/show.html.twig @@ -41,9 +41,14 @@