Skip to content

Commit

Permalink
Remove request for penta id
Browse files Browse the repository at this point in the history
we may still need pretalx account, but lets add that when we have it
  • Loading branch information
johanvdw committed Dec 17, 2023
1 parent c17780e commit 40d991b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions volunteers/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,6 @@ def check_profile_completeness(request, volunteer):
if request.user != volunteer.user:
return True

if not volunteer.penta_account_name:
messages.warning(request, _(
"Hey there! If you want to be a host for a talk, you must register on Pentabarf at https://penta.fosdem.org/submission/"),
fail_silently=True)

if not volunteer.mobile_nbr:
messages.warning(request, _(
"Hey there! It seems you didn't give us a phone number. Please update your profile, to make sure we can contact you if the network fails..."),
Expand Down

0 comments on commit 40d991b

Please sign in to comment.