Files @ 6b41b5c4773c
Branch filter:

Location: symposion_app/symposion/schedule/__init__.py

Martey Dodoo
Don't show unpublished schedule info to non-staff.

Add checks to schedule_list, schedule_list_csv, and
schedule_presentation_detail views to verify that either schedule is
published or that current user is staff before displaying information.

See c7592bc33e2626d84ec46fe1e7ba8e05c73ef74c.
default_app_config = "symposion.schedule.apps.ScheduleConfig"