Fix for video titles
This commit is contained in:
parent
ddfa3a4fbd
commit
fb79f5d0c2
1 changed files with 0 additions and 1 deletions
|
@ -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"]
|
||||
|
|
Loading…
Reference in a new issue