Revision 44f2d10d snf-astakos-app/astakos/im/templatetags/astakos_tags.py

b/snf-astakos-app/astakos/im/templatetags/astakos_tags.py
226 226
    'project_app_deny': _('Are you sure you want to deny this project ? '
227 227
                          '<br /><br />You '
228 228
                          'may optionally provide denial reason in the '
229
                          'following field: <br /><br /><textarea class="deny_reason" '
230
                          'name="reason"></textarea>'),
229
                          'following field: <br /><br /><textarea '
230
                          'class="deny_reason" name="reason"></textarea>'),
231 231
    'project_app_dismiss': _('Are you sure you want to dismiss this '
232 232
                             'project ?'),
233
    'project_app_join': _('Are you sure you want to join this project ?'),
234
    'project_app_leave': _('Are you sure you want to leave this project ?'),
233
    'project_join': _('Are you sure you want to join this project ?'),
234
    'project_leave': _('Are you sure you want to leave from the project ?'),
235 235
}
236 236

  
237 237

  

Also available in: Unified diff