3 5 6 7 8 10 12 13 14 16 18 24 25 28 33 36 38 39 40 41 42 |
""" An attempt was made to register a widget for Django page CMS more than once. """
""" The requested widget was not found """
else: label = reg[0]
_('The urlconf %s has already been registered.') % name)
for urlconf_tuple in registry: if urlconf_tuple[0] == name: return urlconf_tuple[1] raise urlconfNotFound( _('The urlconf %s has not been registered.') % name) |