File diff aba70cc961f1 → ddfa3a4fbdf8
pinaxcon/monkey_patch.py
Show inline comments
...
 
@@ -53,7 +53,7 @@ def patch_conference_schedule():
 
            elif slot.kind.label.lower() == "keynote":
 
                update_keynote(request, slot_data)
 
            elif slot.kind.label.lower() == "housekeeping":
 
                update_keynote(request, slot_data)
 
                update_housekeeping(request, slot_data)
 
            else:
 
                pass