From 36e804abce8811e90132a34ecf992a63be1755af Mon Sep 17 00:00:00 2001 From: Jannis Portmann Date: Fri, 3 Sep 2021 16:41:07 +0200 Subject: [PATCH] Add title for offers overview --- templates/offer/index.html.twig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/offer/index.html.twig b/templates/offer/index.html.twig index 7cb9ddd..5f0d2e7 100644 --- a/templates/offer/index.html.twig +++ b/templates/offer/index.html.twig @@ -1,5 +1,7 @@ {% extends 'base.html.twig' %} +{% block title %}Offers{% endblock %} + {% block body %} {% for message in app.flashes('success') %}