equal
deleted
inserted
replaced
104 LANGUAGES = ( |
104 LANGUAGES = ( |
105 ('fr', _(u'French')), |
105 ('fr', _(u'French')), |
106 ('en', _(u'English')), |
106 ('en', _(u'English')), |
107 ('no', _('Norwegian')), |
107 ('no', _('Norwegian')), |
108 ('pt_BR', _('Brazilian Portuguese')), |
108 ('pt_BR', _('Brazilian Portuguese')), |
|
109 ('es', _('Spanish')), |
109 ) |
110 ) |
110 |
111 |
111 AUTH_PROFILE_MODULE = 'cm.UserProfile' |
112 AUTH_PROFILE_MODULE = 'cm.UserProfile' |
112 |
113 |
113 # always upload file to disk to pipe them through converters |
114 # always upload file to disk to pipe them through converters |