Set titles

This commit is contained in:
Jannis Portmann 2021-09-04 16:08:40 +02:00
parent b0b0125862
commit d277d9c93e
2 changed files with 3 additions and 1 deletions

View file

@ -1,5 +1,7 @@
{% extends 'base.html.twig' %}
{% block title %}New Offer{% endblock %}
{% block body %}
{% for message in app.flashes('error') %}
<div class="alert alert-error" role="alert">

View file

@ -1,6 +1,6 @@
{% extends 'base.html.twig' %}
{% block title %}Whishlist{% endblock %}
{% block title %}User {{ username }}{% endblock %}
{% block body %}
{% for message in app.flashes('success') %}