[gen] SOme CSS changes.

This commit is contained in:
Gaetan Delannay 2014-10-23 16:05:19 +02:00
parent ccf7e44eef
commit c316ab896b
2 changed files with 4 additions and 6 deletions

View file

@ -561,8 +561,7 @@ class WorkflowAuthenticated:
active = State({r:authenticated, w:(ma, o), d:(ma, o)}, initial=True)
class WorkflowOwner:
'''One-state workflow allowing only manager and owner to consult and
edit.'''
'''Workflow allowing only manager and owner to consult and edit.'''
ma = 'Manager'
o = 'Owner'
# States