Rapsys Git
/
airbundle
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Rename EntityRepository to Repository
[airbundle]
/
Resources
/
views
/
application
/
add.html.twig
diff --git
a/Resources/views/application/add.html.twig
b/Resources/views/application/add.html.twig
index 42acb0797f2569448692cbd5ce3339b80e0281b0..b6239deadde46211e234de94d45a42d6e49a265b 100644
(file)
--- a/
Resources/views/application/add.html.twig
+++ b/
Resources/views/application/add.html.twig
@@
-1,13
+1,15
@@
{% extends '@RapsysAir/body.html.twig' %}
{% block content %}
<section id="form">
{% extends '@RapsysAir/body.html.twig' %}
{% block content %}
<section id="form">
- <h2>{{
section
}}</h2>
+ <h2>{{
title
}}</h2>
{{ form_start(form) }}
<div>
{% if form.user is defined %}
{{ form_row(form.user) }}
{% endif %}
{{ form_start(form) }}
<div>
{% if form.user is defined %}
{{ form_row(form.user) }}
{% endif %}
+ {{ form_row(form.dance) }}
+
{{ form_row(form.location) }}
{{ form_row(form.date) }}
{{ form_row(form.location) }}
{{ form_row(form.date) }}