Revision 92492c5f 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 by the system',
311
                                 '2':'accepted by the owner of the project',
312
                                 '3':'members can not join the project'})
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 by the system',
317
                                 '2':'accepted by the owner of the project',
318
                                 '3':'members can not leave the project'})

Also available in: Unified diff