Skip to content

Commit

Permalink
facebook verify
Browse files Browse the repository at this point in the history
  • Loading branch information
owocki committed Aug 2, 2018
1 parent b294db9 commit 51f5e54
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/app/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,8 @@
retail.emails.start_work_expire_warning,
name='start_work_expire_warning'
),

path('ctpwwm1b3osbtwdw1lrg8fu5fcvga3.html', retail.views.facebook_verify, name='ctpwwm1b3osbtwdw1lrg8fu5fcvga3'),
path('_administration/email/start_work_expired', retail.emails.start_work_expired, name='start_work_expired'),
path('_administration/email/gdpr_reconsent', retail.emails.gdpr_reconsent, name='gdpr_reconsent'),
path('_administration/email/new_tip/resend', retail.emails.resend_new_tip, name='resend_new_tip'),
Expand Down
4 changes: 4 additions & 0 deletions app/retail/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -823,6 +823,10 @@ def error(request, code):
return TemplateResponse(request, 'error.html', context)


def facebook_verify(request):
return TemplateResponse(request, 'facebook_verify.html', {})


def portal(request):
return redirect('https://gitcoin.co/help')

Expand Down

0 comments on commit 51f5e54

Please sign in to comment.