Helpful error messages

This commit is contained in:
Raphael Michel
2019-09-19 10:09:59 +02:00
parent 346f215c50
commit e97ae04581
3 changed files with 10 additions and 2 deletions

View File

@@ -97,6 +97,7 @@ error_messages = {
'seat_forbidden': _('You can not select a seat for this position.'),
'seat_unavailable': _('The seat you selected has already been taken. Please select a different seat.'),
'seat_multiple': _('You can not select the same seat multiple times.'),
'gift_card': _("You entered a gift card instead of a voucher. Gift cards can be entered later on when you're asked for your payment details."),
}