Changeset 10460
- Timestamp:
- 7 Aug 2013, 06:57:45 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/students/browser.py
r10459 r10460 1189 1189 self, 'comment: %s' % comment.replace('\n', '<br>')) 1190 1190 subject = _('Transcript processed') 1191 if comment: 1192 self.context.writeLogMessage( 1193 self, 'comment: %s' % 1194 comment.replace('\r\n', '<br>')) 1195 args = {'subject':subject, 'body':comment} 1196 else: 1197 args = {'subject':subject,} 1191 args = {'subject':subject, 'body':comment} 1198 1192 self.redirect(self.url(self.context) + 1199 1193 '/contactstudent?%s' % urlencode(args))
Note: See TracChangeset for help on using the changeset viewer.