From 08bc6f1f13ccfd8c9a19a1962b11c3bf9d9998ed Mon Sep 17 00:00:00 2001 From: Jarmil <jarmil.halamicek@seznam.cz> Date: Fri, 4 Sep 2020 10:08:19 +0200 Subject: [PATCH] Program2021: zruseni defaultnich zaskrknuti radioboxu --- .../templates/program2021/program2021_home_page.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/program2021/templates/program2021/program2021_home_page.html b/program2021/templates/program2021/program2021_home_page.html index f9722dbc..b5b82ee4 100644 --- a/program2021/templates/program2021/program2021_home_page.html +++ b/program2021/templates/program2021/program2021_home_page.html @@ -20,7 +20,7 @@ <input type="radio" name="gender" id="gender2" value="male" autocomplete="off"> muž </label> <label class="btn btn-outline-secondary active"> - <input type="radio" name="gender" id="gender3" value="" autocomplete="off" checked> jiné / nechci uvést + <input type="radio" name="gender" id="gender3" value="" autocomplete="off"> jiné / nechci uvést </label> </div> </div> @@ -41,7 +41,7 @@ <input type="radio" name="age" id="age4" value="age99" autocomplete="off"> 65+ let </label> <label class="btn btn-outline-secondary"> - <input type="radio" name="age" id="age5" value="" autocomplete="off" checked> nechci uvést + <input type="radio" name="age" id="age5" value="" autocomplete="off"> nechci uvést </label> </div> </div> @@ -56,7 +56,7 @@ <input type="radio" name="kids" id="kids2" value="nokids" autocomplete="off"> ne </label> <label class="btn btn-outline-secondary active"> - <input type="radio" name="kids" id="kids3" value="" autocomplete="off" checked> nechci uvést + <input type="radio" name="kids" id="kids3" value="" autocomplete="off"> nechci uvést </label> </div> </div> @@ -143,7 +143,7 @@ <input type="radio" name="education" id="education4" value="vs" autocomplete="off"> VŠ</label> <label class="btn btn-outline-secondary active"> - <input type="radio" name="education" id="education5" value="" autocomplete="off" checked> nechci uvést + <input type="radio" name="education" id="education5" value="" autocomplete="off"> nechci uvést </label> </div> </div> -- GitLab