Ignore:
Timestamp:
13 May 2011, 15:58:57 (13 years ago)
Author:
Henrik Bettermann
Message:

More alignments with university package.

The ApplicantsContainerAddFormPage? is broken now. It doesn't like the custom widgets. Error, e.g.:

File "/sirp/buildout-eggs/zope.formlib-4.0-py2.5.egg/zope/formlib/form.py", line 288, in setUpWidgets

if ignore_request or readonly or not widget.hasInput():

AttributeError?: 'FormattedDateDisplayWidget?' object has no attribute 'hasInput'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/applicants/container.py

    r6069 r6070  
    3636    #grok.provides(IApplicantsContainer)
    3737
    38     title = u'Simple applicant container'
     38    title = u'Simple applicants container'
    3939    description = u'Simple container for regular applicants'
    4040    startdate = None
     
    8080    """
    8181    grok.implements(IApplicantsContainerProvider)
    82     grok.name('waeup.sirp.applicant.ApplicantsContainer')
     82    grok.name('waeup.sirp.applicants.ApplicantsContainer')
    8383
    8484    factory = ApplicantsContainer
Note: See TracChangeset for help on using the changeset viewer.