custom newsletter

main
alexanderroese 2024-06-21 20:41:00 +02:00
parent f413d477d9
commit 48b5b0dbb1
1 changed files with 13 additions and 13 deletions

View File

@ -68,19 +68,19 @@
{{ form.errors.messages.email -}}
</small>
{%- endif -%}
{%- if form.posted_successfully? -%}
<h3
class="newsletter-form__message newsletter-form__message--success form__message"
id="Newsletter-success--{{ section.id }}"
tabindex="-1"
autofocus
style="margin-top: 10px"
>
{% render 'icon-success' -%}
{{- 'newsletter.success' | t }}
</h3>
{%- endif -%}
</div>
{%- if form.posted_successfully? -%}
<h3
class="newsletter-form__message newsletter-form__message--success form__message"
id="Newsletter-success--{{ section.id }}"
tabindex="-1"
autofocus
style="margin-top: 10px"
>
{% render 'icon-success' -%}
{{- 'newsletter.success' | t }}
</h3>
{%- endif -%}
</div>
{% endform %}