Changeset 4712


Ignore:
Timestamp:
7 Jan 2010, 22:58:54 (15 years ago)
Author:
uli
Message:
  • Fix manage form page name.
  • Add docstring.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • waeup/branches/ulif-layout/src/waeup/browser/pages.py

    r4711 r4712  
    437437
    438438class AddDepartmentFormPage(WAeUPAddFormPage):
     439    """Add a department to a faculty.
     440    """
    439441    grok.context(IFaculty)
    440442    grok.name('add')
     
    455457        self.redirect(self.url(self.context))
    456458
    457 class ManageDepartmentFormPage(WAeUPEditFormPage):
     459class ManageFacultyFormPage(WAeUPEditFormPage):
    458460    """Manage the basic properties of a `Faculty` instance.
    459461    """
Note: See TracChangeset for help on using the changeset viewer.