]> git.ipfire.org Git - ipfire.org.git/commitdiff
donation: Pre-select Mr. as title
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 17 Jul 2018 10:12:24 +0000 (11:12 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 17 Jul 2018 10:12:24 +0000 (11:12 +0100)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/templates/donate.html

index 0baa7d534c46702b5099009fb2759a9b888439d9..e1077dd7be92738b0a2ee6bceab27f44877e6550 100644 (file)
                                                                                                <div class="form-row">
                                                                                                        <div class="col">
                                                                                                                <div class="form-check form-check-inline mb-3">
-                                                                                                                       <input class="form-check-input" type="radio" name="inlineRadioOptions" id="inlineRadio1" value="option1">
-                                                                                                                       <label class="form-check-label" for="inlineRadio1">{{ _("Mr.") }}</label>
+                                                                                                                       <input class="form-check-input" type="radio" name="title" id="mr" value="Mr." checked>
+                                                                                                                       <label class="form-check-label" for="mr">{{ _("Mr.") }}</label>
                                                                                                                </div>
                                                                                                                <div class="form-check form-check-inline mb-3">
-                                                                                                                       <input class="form-check-input" type="radio" name="inlineRadioOptions" id="inlineRadio2" value="option2">
-                                                                                                                       <label class="form-check-label" for="inlineRadio2">{{ _("Mrs.") }}</label>
+                                                                                                                       <input class="form-check-input" type="radio" name="title" id="mrs" value="Mrs.">
+                                                                                                                       <label class="form-check-label" for="mrs">{{ _("Mrs.") }}</label>
                                                                                                                </div>
                                                                                                        </div>
                                                                                                </div>