Skip to content

Commit

Permalink
Merge pull request #5364 from thelostone-mc/master
Browse files Browse the repository at this point in the history
ensures user is logged in for payout
  • Loading branch information
octavioamu authored Oct 23, 2019
2 parents a5f3c24 + cdf54f1 commit 699699d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/dashboard/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -1326,6 +1326,7 @@ def social_contribution_email(request):
return JsonResponse(response)


@login_required
def payout_bounty(request):
"""Payout the bounty.
Expand All @@ -1351,6 +1352,7 @@ def payout_bounty(request):
return TemplateResponse(request, 'payout_bounty.html', params)


@login_required
def bulk_payout_bounty(request):
"""Payout the bounty.
Expand Down

0 comments on commit 699699d

Please sign in to comment.