diff --git a/templates/offer/edit.html.twig b/templates/offer/edit.html.twig index eee20eb..3a4cfe4 100644 --- a/templates/offer/edit.html.twig +++ b/templates/offer/edit.html.twig @@ -1,5 +1,7 @@ {% extends 'base.html.twig' %} +{% block title%}Edit offer{% endblock %} + {% block body %} {% for message in app.flashes('error') %}