Ignore:
Timestamp:
7 Jul 2014, 06:35:58 (10 years ago)
Author:
Henrik Bettermann
Message:

Use lastname (surname) instead of firstname to verify found application record on ApplicantRegistrationPage?.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/applicants/interfaces.py

    r11599 r11738  
    614614        )
    615615
    616     firstname = schema.TextLine(
    617         title = _(u'First Name'),
     616    #firstname = schema.TextLine(
     617    #    title = _(u'First Name'),
     618    #    required = True,
     619    #    )
     620
     621    lastname = schema.TextLine(
     622        title = _(u'Last Name (Surname)'),
    618623        required = True,
    619624        )
Note: See TracChangeset for help on using the changeset viewer.