Revision 251b83be snf-astakos-app/astakos/im/presentation.py

b/snf-astakos-app/astakos/im/presentation.py
228 228
        }
229 229
    }
230 230
}
231

  
232

  
233
PROJECT_MEMBER_JOIN_POLICIES = {
234
    1: 'automatically accepted',
235
    2: 'owner accepts',
236
    3: 'closed',
237
}
238

  
239

  
240
PROJECT_MEMBER_LEAVE_POLICIES = {
241
    1: 'automatically accepted',
242
    2: 'owner accepts',
243
    3: 'closed',
244
}

Also available in: Unified diff