Rapsys Git
/
airbundle
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
01bff23
)
Inherit message before notice class
author
Raphaël Gertz
<git@rapsys.eu>
Sun, 29 Nov 2020 06:44:59 +0000
(07:44 +0100)
committer
Raphaël Gertz
<git@rapsys.eu>
Sun, 29 Nov 2020 06:44:59 +0000
(07:44 +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 cdf72508d57d99a12d4e476c2ac6f0a33135222e..957eb1a6048f588c257015b62a4b660119bb4a5c 100644
(file)
--- a/
Resources/views/form/contact.html.twig
+++ b/
Resources/views/form/contact.html.twig
@@
-3,7
+3,7
@@
<section id="form">
<h2><a href="{{ path('rapsys_air_contact') }}">{{ section }}</a></h2>
{% if sent %}
- <p>{% trans %}Your message has been sent{% endtrans %}</p>
+ <p
class="message notice"
>{% trans %}Your message has been sent{% endtrans %}</p>
{% else %}
<div>
{{ form_start(form) }}