File diff ddfa3a4fbdf8 → fb79f5d0c2c6
pinaxcon/monkey_patch.py
Show inline comments
...
 
@@ -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"]