We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a755e6 commit fbbf9efCopy full SHA for fbbf9ef
conditional/blueprints/dashboard.py
@@ -27,6 +27,7 @@ def is_seminar_attendance_valid(attendance):
27
TechnicalSeminar.id == attendance.seminar_id).first()
28
return seminar and seminar.approved and seminar.timestamp > start_of_year()
29
30
+# pylint: disable=too-many-statements
31
@dashboard_bp.route('/dashboard/')
32
@auth.oidc_auth
33
@get_user
0 commit comments