Set title for offer view
This commit is contained in:
parent
dde15b8306
commit
521217c00d
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
{% extends 'base.html.twig' %}
|
||||
|
||||
{% block title %}Offer: {{ offer.title }}{% endblock %}
|
||||
|
||||
{% block body %}
|
||||
{% for message in app.flashes('error') %}
|
||||
<div class="alert alert-danger" role="alert">
|
||||
|
|
Reference in a new issue