resolution_fixed type_defect | by rjsparks@nostrum.com
TypeError at /meeting/95/agenda/ben@nostrum.com/ben951/
agenda() got an unexpected keyword argument 'owner'
This is triggered through this URL pattern:
# The following view is broken?
url(r'^agenda/(?P<owner>[A-Za-z0-9-.+_]+@[A-Za-z0-9-._]+)/(?P<name>[A-Za-z0-9-:_]+).(?P<ext>.html)?/?$', views.agenda),
I have not yet looked to see what the view was supposed to do.
Issue migrated from trac:1959 at 2022-03-04 04:58:02 +0000
resolution_fixedtype_defect| by rjsparks@nostrum.comThis is triggered through this URL pattern:
I have not yet looked to see what the view was supposed to do.
Issue migrated from trac:1959 at 2022-03-04 04:58:02 +0000