Skip to content

Commit

Permalink
ensures user is logged in for payout
Browse files Browse the repository at this point in the history
  • Loading branch information
thelostone-mc committed Oct 23, 2019
1 parent ef7d66f commit cdf54f1
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 cdf54f1

Please sign in to comment.