Skip to content
Snippets Groups Projects
Commit 71f8f86c authored by Alexa Valentová's avatar Alexa Valentová
Browse files

add name&surname to newsletter section

parent ac8ce9df
No related branches found
No related tags found
No related merge requests found
Pipeline #20866 passed
......@@ -12,8 +12,13 @@
</p>
<div class="flex flex-col gap-2 mt-12 items-start">
{% include 'patterns/atoms/form_fields/form_input_backgroundless.html' with placeholder='Tvůj email' classes='mb-3 w-full md:w-96' %}
{% include 'patterns/atoms/form_fields/form_checkbox.html' with label='Souhlasím se zpracováním osobních údajů' classes='mb-3' %}
<div class="flex gap-2 lg:gap-4 lg:flex-row flex-col">
{% include 'patterns/atoms/form_fields/form_input_backgroundless.html' with placeholder='Jméno' extra_classes='mb-3 lg:!w-[11.5rem]' %}
{% include 'patterns/atoms/form_fields/form_input_backgroundless.html' with placeholder='Příjmení' extra_classes='mb-3 lg:!w-[11.5rem]' %}
</div>
{% include 'patterns/atoms/form_fields/form_input_backgroundless.html' with placeholder='Tvůj email' extra_classes='mb-3 w-full' %}
{% include 'patterns/atoms/form_fields/form_checkbox.html' with label='Souhlasím se zpracováním osobních údajů' extra_classes='mb-3' %}
{% include 'patterns/atoms/buttons/round_button.html' with button_text='Odebírat' %}
</div>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment