Ignore:
Timestamp:
30 May 2015, 07:47:55 (10 years ago)
Author:
Henrik Bettermann
Message:

More docs.

Location:
main/waeup.kofa/trunk/src/waeup/kofa/students
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/students/batching.py

    r13001 r13024  
    6666    by the batch processor.
    6767
    68     There are two ways to change the registration state of the student,
     68    There are two ways to change the workflow state of the student,
    6969    an unsafe and a safe way. The safe way makes use of workflow transitions.
    7070    Transitions are only possible between allowed workflow states. Only
  • main/waeup.kofa/trunk/src/waeup/kofa/students/browser.py

    r13012 r13024  
    15511551        elif self.context.student.state == REGISTERED:
    15521552            IWorkflowInfo(self.context.student).fireTransition('reset7')
    1553             message = _('Course list request has been rejected:')
     1553            message = _('Course list request has been rejected.')
    15541554            self.flash(message)
    15551555        else:
Note: See TracChangeset for help on using the changeset viewer.