Changeset 6074
- Timestamp:
- 14 May 2011, 00:23:10 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/applicants/container.py
r6072 r6074 36 36 #grok.provides(IApplicantsContainer) 37 37 38 #: These are 'class-attributes'. Do not fiddle around with it in 39 #: instances of this class. 40 #: 41 #: The title of this container as displayed in add-forms. It should 42 #: give some idea about what kind of container this is (one or two words) 43 container_title = u'Basic' 44 45 #: Another 'class-attribute'. Do not fiddle around with it in instances 46 #: of this class. 47 #: 48 #: The `container_description` gives a short explanation about for what 49 #: purposes this container type serves (a few words only). 50 container_description = u'handles basic applicants' 51 38 52 def archive(self, app_ids=None): 39 53 """Create on-dist archive of applicants stored in this term. … … 76 90 grok.name('waeup.sirp.applicants.ApplicantsContainer') 77 91 92 #: The applicants container type this provider provides: 93 #: :class:`ApplicantsContainer`. 78 94 factory = ApplicantsContainer
Note: See TracChangeset for help on using the changeset viewer.