Add location when subscribing

This commit is contained in:
Skia
2016-08-05 00:50:42 +02:00
parent 260a17ae4f
commit aa17c44bcc
4 changed files with 31 additions and 2 deletions

View File

@ -257,6 +257,12 @@ SITH_SUBSCRIPTION_PAYMENT_METHOD = [
('other', _('Other')),
]
SITH_SUBSCRIPTION_LOCATIONS = [
('BELFORT', _('Belfort')),
('SEVENANS', _('Sevenans')),
('MONTBELIARD', _('Montbéliard')),
]
SITH_COUNTER_BARS = [
(1, "Foyer"),
(2, "MDE"),