Set titles
This commit is contained in:
parent
8f204a3685
commit
10e250a1da
1 changed files with 3 additions and 1 deletions
|
@ -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) }}
|
||||
|
|
Reference in a new issue