Source code for feriennet.const
#: Describes the states which are visible to the given role (not taking
# ownership in account!)
[docs]
VISIBLE_ACTIVITY_STATES = {
'admin': (
'preview',
'proposed',
'accepted',
'archived'
),
'editor': (
'accepted',
),
'member': (
'accepted',
),
'anonymous': (
'accepted',
)
}
#: Describes the states an owner editor can edit
#: Default donation amounts