Skip to content

Commit

Permalink
typeform link
Browse files Browse the repository at this point in the history
  • Loading branch information
owocki committed Apr 11, 2019
1 parent 62d9e12 commit a25e9c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/grants/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ def grant_details(request, grant_id, grant_slug):
def grant_new(request):
"""Handle new grant."""
if not request.user.has_perm('grants.add_grant'):
return redirect('https://consensys1mac.typeform.com/to/HFcZKe/')
return redirect('https://gitcoin.typeform.com/to/C2IocD')

profile = get_profile(request)

Expand Down

0 comments on commit a25e9c8

Please sign in to comment.