Changeset 5830
- Timestamp:
- 10 Mar 2011, 16:44:51 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/applicants/browser.py
r5828 r5830 198 198 return self.view.application_url('applicants') 199 199 200 class ApplicantsContainerPage(WAeUPPage): 201 """The standard view for regular applicant containers. 202 """ 203 grok.context(IApplicantsContainer) 204 grok.name('index') 205 206 title = 'Applicants Container' 207 label = 'Applicants Container' 208 pnav = 2 209 200 210 201 211 #class AddApplicant(WAeUPAddFormPage):
Note: See TracChangeset for help on using the changeset viewer.