Changeset 8230 for main/waeup.kofa/trunk


Ignore:
Timestamp:
20 Apr 2012, 08:01:43 (12 years ago)
Author:
Henrik Bettermann
Message:

Some configuration parameters are required.

File:
1 edited

Legend:

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

    r8218 r8230  
    524524        title = _(u'Name of Administrator'),
    525525        default = u'Administrator',
    526         required = False,
     526        required = True,
    527527        )
    528528
     
    530530        title = _(u'Email Address of Administrator'),
    531531        default = 'contact@waeup.org',
    532         required = False,
     532        required = True,
    533533        constraint=validate_email,
    534534        )
     
    537537        title = _(u'Subject of Email to Administrator'),
    538538        default = _(u'Kofa Contact'),
    539         required = False,
     539        required = True,
    540540        )
    541541
Note: See TracChangeset for help on using the changeset viewer.