Ignore:
Timestamp:
29 Jun 2012, 11:26:59 (12 years ago)
Author:
Henrik Bettermann
Message:

Add view which executes the mandate.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/mandates/mandate.py

    r8847 r8848  
    6060        if self.expires < datetime.utcnow():
    6161            msg = _('Mandate expired.')
    62         if self.category == 'student_password':
     62        elif self.category == 'student_password':
    6363            if self._setStudentPassword():
    6464                msg = _('Password has been successfully set.')
Note: See TracChangeset for help on using the changeset viewer.