Add title for offers overview
This commit is contained in:
parent
b0bb249a7a
commit
36e804abce
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
||||||
{% extends 'base.html.twig' %}
|
{% extends 'base.html.twig' %}
|
||||||
|
|
||||||
|
{% block title %}Offers{% endblock %}
|
||||||
|
|
||||||
{% block body %}
|
{% block body %}
|
||||||
|
|
||||||
{% for message in app.flashes('success') %}
|
{% for message in app.flashes('success') %}
|
||||||
|
|
Reference in a new issue