Changeset 4712 for waeup/branches/ulif-layout
- Timestamp:
- 7 Jan 2010, 22:58:54 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
waeup/branches/ulif-layout/src/waeup/browser/pages.py
r4711 r4712 437 437 438 438 class AddDepartmentFormPage(WAeUPAddFormPage): 439 """Add a department to a faculty. 440 """ 439 441 grok.context(IFaculty) 440 442 grok.name('add') … … 455 457 self.redirect(self.url(self.context)) 456 458 457 class Manage DepartmentFormPage(WAeUPEditFormPage):459 class ManageFacultyFormPage(WAeUPEditFormPage): 458 460 """Manage the basic properties of a `Faculty` instance. 459 461 """
Note: See TracChangeset for help on using the changeset viewer.