Skip to content

Commit

Permalink
now company manager can announce winner for there prize
Browse files Browse the repository at this point in the history
  • Loading branch information
JisanAR03 committed Jul 29, 2024
1 parent 0c2ca96 commit 8e73ba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion company/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -1262,4 +1262,4 @@ def accept_bug(request, issue_id, reward_id=None):
prize_amount=reward.value,
).save()

return redirect(request.META.get("HTTP_REFERER"))
return redirect("show_bughunt", pk=issue.hunt.id)

0 comments on commit 8e73ba6

Please sign in to comment.