Rapsys Git
/
blogbundle
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f1af07
)
Update contact html template
author
Raphaël Gertz
<git@rapsys.eu>
Mon, 11 Dec 2023 06:06:49 +0000
(07:06 +0100)
committer
Raphaël Gertz
<git@rapsys.eu>
Mon, 11 Dec 2023 06:06:49 +0000
(07:06 +0100)
Resources/views/mail/contact.html.twig
patch
|
blob
|
history
diff --git
a/Resources/views/mail/contact.html.twig
b/Resources/views/mail/contact.html.twig
index 0c4731df92157596a59a2ae5e823dcd99b7fdc9b..0e3c84066f9cdeb06003466ec1371311b5489879 100644
(file)
--- a/
Resources/views/mail/contact.html.twig
+++ b/
Resources/views/mail/contact.html.twig
@@
-1,13
+1,11
@@
{% extends '@RapsysBlog/mail/_base.html.twig' %}
{% block content %}
- <t
able class="content"
>
+ <t
body
>
<tr>
- <td> </td>
- <td>
+ <td colspan="2">
<h2 title="{% trans %}Subject{% endtrans %}">{{ subject }}</h2>
<p>{{ message|nl2br }}</p>
</td>
- <td> </td>
</tr>
- </t
able
>
+ </t
body
>
{% endblock %}