Fix for video titles

This commit is contained in:
Christopher Neugebauer 2017-11-17 16:31:20 -08:00
parent ddfa3a4fbd
commit fb79f5d0c2

View file

@ -97,7 +97,6 @@ def patch_conference_schedule():
slot_data["released"] = True
def update_housekeeping(request, slot_data):
slot_data["authors"] = ["North Bay Python"]
slot_data["contact"] = [
"spam@northbaypython.org"
] if request.user.is_staff else ["redacted"]