|
@@ -237,9 +237,9 @@ MEMBER_DEFAULT_COTISATION = 20
|
|
|
# membership fee
|
|
|
MEMBER_MEMBERSHIP_INFO_URL = ''
|
|
|
|
|
|
-# Pattern used to display a unique reference for any subsciption
|
|
|
+# Pattern used to display a unique reference for any subscription
|
|
|
# Helpful for bank wire transfer identification
|
|
|
-SUBSCRIPTION_REFERENCE = 'SUB-{subsciption.offer.reference}-{subsciption.pk}'
|
|
|
+SUBSCRIPTION_REFERENCE = 'SUB-{subscription.offer.reference}-{subscription.pk}'
|
|
|
|
|
|
# Reset session if cookie older than 2h.
|
|
|
SESSION_COOKIE_AGE = 7200
|