Changeset 13211


Ignore:
Timestamp:
23 Aug 2015, 05:08:18 (9 years ago)
Author:
Henrik Bettermann
Message:

Explain that the export_disabled_message field means.

Location:
main/waeup.kofa/trunk/src/waeup/kofa
Files:
2 edited

Legend:

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

    r13167 r13211  
    336336
    337337    application_date = Attribute('UTC datetime of submission, used for export only')
    338     password = Attribute('Encrypted password of a applicant')
     338    password = Attribute('Encrypted password of an applicant')
    339339
    340340
  • main/waeup.kofa/trunk/src/waeup/kofa/interfaces.py

    r13198 r13211  
    716716    export_disabled_message = schema.Text(
    717717        title = _(u'Export disabled message'),
     718        description = _(u'This message will show up if an officer tries '
     719                         'to export data. Setting this field automatically '
     720                         'disables all exporters.'),
    718721        required = False,
    719722        )
Note: See TracChangeset for help on using the changeset viewer.