Set title for offer view

This commit is contained in:
Jannis Portmann 2021-09-03 16:37:34 +02:00
parent dde15b8306
commit 521217c00d

View file

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