Changeset 5946
- Timestamp:
- 14 Apr 2011, 16:51:28 (14 years ago)
- Location:
- main/waeup.sirp/trunk/src/waeup/sirp/browser
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/browser/pages.py
r5942 r5946 1114 1114 # Courses pages 1115 1115 # 1116 class CoursePage(WAeUP DisplayFormPage):1116 class CoursePage(WAeUPPage): 1117 1117 """Course index page. 1118 1118 """ -
main/waeup.sirp/trunk/src/waeup/sirp/browser/templates/certificatepage.pt
r4994 r5946 5 5 </thead> 6 6 <tbody> 7 <tr class="odd"> 8 <td>Code:</td> 9 <td tal:content="context/__name__">CODE</td> 10 </tr> 7 11 <tr class="even"> 8 12 <td>Title:</td>
Note: See TracChangeset for help on using the changeset viewer.