wat
This commit is contained in:
parent
1355c0ba83
commit
2e9b94983d
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ def special(context, user):
|
||||||
organiser = user.groups.filter(name='Conference organisers').exists()
|
organiser = user.groups.filter(name='Conference organisers').exists()
|
||||||
try:
|
try:
|
||||||
speaker = user.speaker_profile.presentations.count() != 0
|
speaker = user.speaker_profile.presentations.count() != 0
|
||||||
except:
|
except Exception:
|
||||||
speaker = False
|
speaker = False
|
||||||
volunteer = "Volunteer" in ticket_type(context)
|
volunteer = "Volunteer" in ticket_type(context)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue