fix report_issue_url in route
This commit is contained in:
parent
231c19f9dc
commit
b19c001ad1
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ class RoutingViewSet(ViewSet):
|
|||
'destination': form.cleaned_data['destination'].pk,
|
||||
},
|
||||
'options': options.serialize(),
|
||||
'report_issue_url': reverse('site.report', kwargs={
|
||||
'report_issue_url': reverse('site.report_create', kwargs={
|
||||
'origin': request.POST['origin'],
|
||||
'destination': request.POST['destination'],
|
||||
'options': options.serialize_string()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue