Ignore:
Timestamp:
8 Sep 2021, 07:50:12 (3 years ago)
Author:
Henrik Bettermann
Message:

Allow students to upload their signature.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.uniben/trunk/src/waeup/uniben/students/utils.py

    r16516 r16611  
    663663    PORTRAIT_CHANGE_STATES = (CLEARANCE, REQUESTED)
    664664
     665    #: A tuple containing the names of registration states in which changing of
     666    #: scanned signatures is allowed.
     667    SIGNATURE_CHANGE_STATES = (ADMITTED, CLEARANCE, REQUESTED, CLEARED)
     668
    665669    # Uniben prefix
    666670    STUDENT_ID_PREFIX = u'B'
Note: See TracChangeset for help on using the changeset viewer.