contact form
parent
6c7f05e631
commit
7775f0d812
File diff suppressed because one or more lines are too long
|
@ -45,7 +45,8 @@
|
|||
{% render 'icon-success' %}
|
||||
{{ 'templates.contact.form.post_success' | t }}
|
||||
</h2>
|
||||
{%- elsif form.errors -%}
|
||||
{% else %}
|
||||
{%- if form.errors -%}
|
||||
<div class="form__message">
|
||||
<h2 class="form-status caption-large text-body" role="alert" tabindex="-1" autofocus>
|
||||
{% render 'icon-error' %}
|
||||
|
@ -60,7 +61,7 @@
|
|||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
{% else %}
|
||||
{% endif %}
|
||||
<p style="text-align: center">Fragen oder Anregungen? Wir freuen uns auf deine Nachricht!</p>
|
||||
|
||||
<div class="contact__fields">
|
||||
|
@ -158,7 +159,7 @@
|
|||
{{ 'templates.contact.form.send' | t }}
|
||||
</button>
|
||||
</div>
|
||||
{%- endif -%}
|
||||
{% endif %}
|
||||
{%- endform -%}
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue