From 76f5356c70ee95dcf192627d912677f3cf0b648f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0t=C4=9Bp=C3=A1n=20Farka?= <stepanfarka11@gmail.com> Date: Tue, 30 Aug 2022 14:57:59 +0200 Subject: [PATCH] [FIX] checkbox --- main/templates/main/includes/newsletter_section.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/templates/main/includes/newsletter_section.html b/main/templates/main/includes/newsletter_section.html index ffca9ac21..5dd71146d 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" %} -- GitLab