Changeset 4490 for waeup/branches/ulif-rewrite
- Timestamp:
- 31 Jul 2009, 07:18:46 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
waeup/branches/ulif-rewrite/src/waeup/viewlets.py
r4473 r4490 29 29 grok.template('master') 30 30 31 class AddCourse(grok.View): 32 """Admin add form wrapper for waeup objects. 33 """ 34 grok.context(IWAeUPObject) 35 grok.template('master') 36 31 37 class ExportXML(grok.View): 32 38 """Deliver an XML representation of the context. … … 206 212 addlink_text = 'Add faculty' 207 213 214 class AddCourseAction(AddAction): 215 grok.context(IDepartment) 216 grok.template('addaction') 217 218 addview_name = 'addcourse' 219 addlink_text = 'Add course' 208 220 209 221 class ManageUniversityAction(grok.Viewlet):
Note: See TracChangeset for help on using the changeset viewer.