contact form
parent
9b205b85d9
commit
5fb53b81d2
|
@ -46,6 +46,8 @@
|
|||
{{ 'templates.contact.form.post_success' | t }}
|
||||
</h2>
|
||||
{% else %}
|
||||
<p style="text-align: center">Fragen oder Anregungen? Wir freuen uns auf deine Nachricht!</p>
|
||||
|
||||
{%- if form.errors -%}
|
||||
<div class="form__message">
|
||||
<h2 class="form-status caption-large text-body" role="alert" tabindex="-1" autofocus>
|
||||
|
@ -62,7 +64,6 @@
|
|||
</li>
|
||||
</ul>
|
||||
{% endif %}
|
||||
<p style="text-align: center">Fragen oder Anregungen? Wir freuen uns auf deine Nachricht!</p>
|
||||
|
||||
<div class="contact__fields">
|
||||
<div class="field">
|
||||
|
|
Loading…
Reference in New Issue