Set titles

This commit is contained in:
Jannis Portmann 2021-09-04 12:00:46 +02:00
parent 8f204a3685
commit 10e250a1da

View file

@ -1,5 +1,7 @@
{% extends 'base.html.twig' %}
{% block title%}Edit offer{% endblock %}
{% block body %}
{% for message in app.flashes('error') %}
<div class="alert alert-error" role="alert">
@ -7,7 +9,7 @@
</div>
{% endfor %}
<h1 class="mb-3">Add new offer</h1>
<h1 class="mb-3">Edit offer</h1>
{{ form_start(offer_form) }}
{{ form_row(offer_form.title) }}
{{ form_row(offer_form.zipCode) }}