Ignore:
Timestamp:
30 May 2011, 07:15:54 (13 years ago)
Author:
Henrik Bettermann
Message:

Use DuplicationError? exception for batching (data import).

File:
1 edited

Legend:

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

    r6235 r6243  
    13251325            entries = error.entries
    13261326            for entry in entries:
    1327                 # show links to all certs with same code
     1327                # do not use error.msg but render a more detailed message instead
     1328                # and show links to all certs with same code
    13281329                message = 'A certificate with same code already exists: '
    13291330                message += '<a href="%s">%s</a>' % (
Note: See TracChangeset for help on using the changeset viewer.