From fd317afd0141ea49d2bf5d2e82a25923ed72ff85 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Fri, 21 Sep 2018 16:36:09 +0200 Subject: [PATCH] Improve accessibility of payment selection --- .../presale/templates/pretixpresale/event/checkout_payment.html | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pretix/presale/templates/pretixpresale/event/checkout_payment.html b/src/pretix/presale/templates/pretixpresale/event/checkout_payment.html index eabacb5b1..e68d9c1d4 100644 --- a/src/pretix/presale/templates/pretixpresale/event/checkout_payment.html +++ b/src/pretix/presale/templates/pretixpresale/event/checkout_payment.html @@ -16,6 +16,7 @@ {% if p.fee < 0 %}-{% else %}+{% endif %} {{ p.fee|money:event.currency|cut:"-" }} {% endif %}