Revision 2ef98527 snf-astakos-app/astakos/im/settings.py

b/snf-astakos-app/astakos/im/settings.py
307 307

  
308 308
PROJECT_MEMBER_JOIN_POLICIES = getattr(settings,
309 309
                                'ASTAKOS_PROJECT_MEMBER_JOIN_POLICIES',
310
                                {'1':'automatically accepted by the system',
311
                                 '2':'accepted by the owner of the project',
312
                                 '3':'members can not join the project'})
310
                                {'1':'automatically accepted',
311
                                 '2':'owner accepts',
312
                                 '3':'closed'})
313 313

  
314 314
PROJECT_MEMBER_LEAVE_POLICIES = getattr(settings,
315 315
                                'ASTAKOS_PROJECT_MEMBER_LEAVE_POLICIES',
316
                                {'1':'automatically accepted by the system',
317
                                 '2':'accepted by the owner of the project',
318
                                 '3':'members can not leave the project'})
316
                                {'1':'automatically accepted',
317
                                 '2':'owner accepts',
318
                                 '3':'closed'})

Also available in: Unified diff