Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
JisanAR03 committed Nov 4, 2023
1 parent 48f7ae5 commit afb682a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion website/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -735,7 +735,8 @@ def create_issue(self,form):
return JsonResponse("Created", safe=False)
else:
self.process_issue(self.request.user, obj, domain_exists, domain)
return HttpResponseRedirect(self.request.META.get("HTTP_REFERER"))
return HttpResponseRedirect(redirect_url)
# return HttpResponseRedirect(self.request.META.get("HTTP_REFERER"))

return create_issue(self,form)

Expand Down

0 comments on commit afb682a

Please sign in to comment.