Changeset 6165


Ignore:
Timestamp:
20 May 2011, 12:03:53 (13 years ago)
Author:
uli
Message:

Cut overlong lines.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/browser/pages.py

    r6164 r6165  
    15061506            self.context.addCourseRef(**data)
    15071507        except KeyError:
    1508             self.status = Invalid('The chosen course referrer is already part of'
    1509                                   'this certificate')
     1508            self.status = Invalid('The chosen course referrer is already '
     1509                                  'part of this certificate')
    15101510            return
    15111511        except DuplicationError:
    1512             self.status = Invalid('The chosen course referrer is already part of'
    1513                                   'this certificate')
     1512            self.status = Invalid('The chosen course referrer is already '
     1513                                  'part of this certificate')
    15141514            return
    15151515        self.redirect(self.url(self.context, u'@@manage')+'#tab-2')
Note: See TracChangeset for help on using the changeset viewer.