app/soc/logic/cleaning.py
changeset 1472 27c9ae3f8d8b
parent 1446 bcbbcb72429d
child 1522 983b126f5aca
equal deleted inserted replaced
1471:9b4717f6c416 1472:27c9ae3f8d8b
    44 
    44 
    45 DEF_NO_RIGHTS_FOR_ACL_MSG = ugettext(
    45 DEF_NO_RIGHTS_FOR_ACL_MSG = ugettext(
    46     'You do not have the required rights for that ACL.')
    46     'You do not have the required rights for that ACL.')
    47 
    47 
    48 DEF_ORGANZIATION_NOT_ACTIVE_MSG = ugettext(
    48 DEF_ORGANZIATION_NOT_ACTIVE_MSG = ugettext(
    49     'This organization is not active/existent')
    49     "This organization is not active or doesn't exist.")
    50 
    50 
    51 def check_field_is_empty(field_name):
    51 def check_field_is_empty(field_name):
    52   """Returns decorator that bypasses cleaning for empty fields.
    52   """Returns decorator that bypasses cleaning for empty fields.
    53   """
    53   """
    54 
    54