]> git.ipfire.org Git - ipfire.org.git/commitdiff
donation: Align payment method names with what I use in Zeiterfassung
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 22 May 2018 14:51:14 +0000 (16:51 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 22 May 2018 14:51:14 +0000 (16:51 +0200)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
templates/donate.html

index 4939c6bfd2e83df7021da15cb655f1c62605de4f..cfb06a077ca14b7c94824c30ed47c7d4d5dbb15e 100644 (file)
@@ -90,8 +90,8 @@
                                                                                                        
                                                                                                        <div class="row d-flex flex-column flex-lg-row pl-4 pr-4 md-4 mb-lg-0 mb-xl-6">
                                                                                                                <div class="col col-lg-6 col-xl-4" id="ccpayment">
-                                                                                                                       <input class="form-check-input mr-4 radiobtn" type="radio" name="payment" id="creditcard" value="creditcard" checked>
-                                                                                                                       <label for="creditcard" class="form-check-label radiobtn cc">
+                                                                                                                       <input class="form-check-input mr-4 radiobtn" type="radio" name="payment" id="credit-card" value="credit-card" checked>
+                                                                                                                       <label for="credit-card" class="form-check-label radiobtn cc">
                                                                                                                                <picture>
                                                                                                                                        <source srcset="{{ static_url("img/amex.png") }},
                                                                                                                                                {{ static_url("img/amex@2x.png") }} 2x,
                                                                                                                </div>
                                                                                                                
                                                                                                                <div class="col col-lg-6 col-xl-4" id="sepapayment">
-                                                                                                                       <input class="form-check-input mr-4 radiobtn" type="radio" name="payment" id="sepa-payment" value="sepa-payment">
-                                                                                                                       <label for="sepa-payment" class="form-check-label radiobtn">SEPA direct debit</label>
+                                                                                                                       <input class="form-check-input mr-4 radiobtn" type="radio" name="payment" id="direct-debit" value="direct-debit">
+                                                                                                                       <label for="direct-debit" class="form-check-label radiobtn">SEPA direct debit</label>
                                                                                                                </div>
                                                                                                                
                                                                                                                <div class="col col-lg-6 col-xl-4" id="paymentpaypal">