Changeset 6074 for main/waeup.sirp


Ignore:
Timestamp:
14 May 2011, 00:23:10 (13 years ago)
Author:
uli
Message:

Fix.

File:
1 edited

Legend:

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

    r6072 r6074  
    3636    #grok.provides(IApplicantsContainer)
    3737
     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   
    3852    def archive(self, app_ids=None):
    3953        """Create on-dist archive of applicants stored in this term.
     
    7690    grok.name('waeup.sirp.applicants.ApplicantsContainer')
    7791
     92    #: The applicants container type this provider provides:
     93    #: :class:`ApplicantsContainer`.
    7894    factory = ApplicantsContainer
Note: See TracChangeset for help on using the changeset viewer.