Rapsys Git
/
airbundle
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
75d3477
)
Switch to new header system
author
Raphaël Gertz
<git@rapsys.eu>
Wed, 24 Feb 2021 00:38:37 +0000
(
01:38
+0100)
committer
Raphaël Gertz
<git@rapsys.eu>
Wed, 24 Feb 2021 00:38:37 +0000
(
01:38
+0100)
Resources/views/form/contact.html.twig
patch
|
blob
|
history
diff --git
a/Resources/views/form/contact.html.twig
b/Resources/views/form/contact.html.twig
index fb41195d029a2c868b3a259e883ba96a52678256..ee75ed07b5cb773ff1e602080787d58f1104fe56 100644
(file)
--- a/
Resources/views/form/contact.html.twig
+++ b/
Resources/views/form/contact.html.twig
@@
-1,7
+1,10
@@
{% extends '@RapsysAir/body.html.twig' %}
{% block content %}
<section id="form">
- <h2><a href="{{ path('rapsys_air_contact') }}">{{ section }}</a></h2>
+ <header>
+ <h2><a href="{{ path('rapsys_air_contact') }}">{{ section }}</a></h2>
+ <p>{{ description }}</p>
+ </header>
{% if sent %}
<p class="message notice">{% trans %}Your message has been sent{% endtrans %}</p>
{% else %}