Changeset 10460


Ignore:
Timestamp:
7 Aug 2013, 06:57:45 (11 years ago)
Author:
Henrik Bettermann
Message:

Remove trash.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/students/browser.py

    r10459 r10460  
    11891189            self, 'comment: %s' % comment.replace('\n', '<br>'))
    11901190        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}
    11981192        self.redirect(self.url(self.context) +
    11991193            '/contactstudent?%s' % urlencode(args))
Note: See TracChangeset for help on using the changeset viewer.