From c4fbd911ee2af93fb28768b3613544e39fedc978 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Bedna=C5=99=C3=ADk?= <jan.bednarik@gmail.com> Date: Tue, 18 May 2021 17:24:10 +0200 Subject: [PATCH] elections2021: Underline links to gdpr in forms --- elections2021/templates/elections2021/_side_panel.html | 2 +- .../templates/elections2021/elections2021_home_page.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/elections2021/templates/elections2021/_side_panel.html b/elections2021/templates/elections2021/_side_panel.html index ba0a74b9..15f8baec 100644 --- a/elections2021/templates/elections2021/_side_panel.html +++ b/elections2021/templates/elections2021/_side_panel.html @@ -18,7 +18,7 @@ </button> <div class="checkbox form-field__control cta-cbox h-6"> <input type="checkbox" name="confirmed" id="confirmed" required=""> - <label for="confirmed" style="color: #000000"> Souhlasím se <a href="{{ page.root_page.gdpr_and_cookies_url }}" target="_blank">zásadami ochrany osobních údajů</a> a zasíláním novinek</label> + <label for="confirmed" style="color: #000000"> Souhlasím se <a href="{{ page.root_page.gdpr_and_cookies_url }}" class="underline" target="_blank">zásadami ochrany osobních údajů</a> a zasíláním novinek</label> </div> </form> </div> diff --git a/elections2021/templates/elections2021/elections2021_home_page.html b/elections2021/templates/elections2021/elections2021_home_page.html index 4828a1d1..07e89815 100644 --- a/elections2021/templates/elections2021/elections2021_home_page.html +++ b/elections2021/templates/elections2021/elections2021_home_page.html @@ -154,7 +154,7 @@ </button> <div class="checkbox form-field__control cta-cbox h-6"> <input type="checkbox" name="confirmed" id="confirmed_bottom" required=""> - <label for="confirmed_bottom" style="color: #000000"> Souhlasím se <a href="{{ page.root_page.gdpr_and_cookies_url }}" target="_blank">zásadami ochrany osobních údajů</a> a zasíláním novinek</label> + <label for="confirmed_bottom" style="color: #000000"> Souhlasím se <a href="{{ page.root_page.gdpr_and_cookies_url }}" class="underline" target="_blank">zásadami ochrany osobních údajů</a> a zasíláním novinek</label> </div> </form> </div> -- GitLab