diff --git a/main/templates/main/includes/newsletter_section.html b/main/templates/main/includes/newsletter_section.html index ffca9ac218769ee54bd290c66f2bb6258a0904e8..5dd71146d63595e0a4bfaf6fc7cc48618225f31a 100644 --- a/main/templates/main/includes/newsletter_section.html +++ b/main/templates/main/includes/newsletter_section.html @@ -13,7 +13,7 @@ <input type="text" class="text-input bg-white form-field__control mb-3 w-full" value="" placeholder="Tvůj email"/> <div class="checkbox form-field__control flex items-center mb-3"> - <input type="checkbox" id="checkbox_1" class="text-input bg-white form-field__control"> + <input type="checkbox" id="checkbox_1"> <label class="text-xs font-alt font-light" for="checkbox_1">"Souhlasím se zpracováním osobních údajů"</label> </div> {% include 'main/includes/button_animated.html' with btn_text="Odebírat" %}