This commit is contained in:
Christopher Neugebauer 2017-11-28 18:26:42 -08:00
parent 1355c0ba83
commit 2e9b94983d

View file

@ -72,7 +72,7 @@ def special(context, user):
organiser = user.groups.filter(name='Conference organisers').exists()
try:
speaker = user.speaker_profile.presentations.count() != 0
except:
except Exception:
speaker = False
volunteer = "Volunteer" in ticket_type(context)