From 2e9b94983d402098a652e933ec0a28df84f7c8f6 2017-11-29 02:26:42 From: Christopher Neugebauer Date: 2017-11-29 02:26:42 Subject: [PATCH] wat --- diff --git a/pinaxcon/templatetags/nbpy_tags.py b/pinaxcon/templatetags/nbpy_tags.py index 9c99a4fdca1477379f25704b15d6a7d6d759dc8b..4bbf3206106df97cca2633937c1f0bb7bd63c6ba 100644 --- a/pinaxcon/templatetags/nbpy_tags.py +++ b/pinaxcon/templatetags/nbpy_tags.py @@ -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)