Add a new subscription for the Welcome Week

This commit is contained in:
2017-08-21 21:06:05 +02:00
parent d511bdef03
commit e785ad985f
5 changed files with 233 additions and 56 deletions

View File

@ -478,6 +478,11 @@ SITH_SUBSCRIPTIONS = {
'price': 15,
'duration': 2,
},
'un-semestre-welcome': {
'name': _('One semester Welcome Week'),
'price': 0,
'duration': 1,
},
# To be completed....
}