From 40d991b203ae06287bd4e9230ec13a2e59fc9c7a Mon Sep 17 00:00:00 2001 From: Johan Van de Wauw Date: Sun, 17 Dec 2023 21:29:00 +0100 Subject: [PATCH] Remove request for penta id we may still need pretalx account, but lets add that when we have it --- volunteers/views.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/volunteers/views.py b/volunteers/views.py index e7bd20b..a98eb16 100644 --- a/volunteers/views.py +++ b/volunteers/views.py @@ -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..."),