Changeset - fb79f5d0c2c6
[Not reviewed]
0 1 0
Christopher Neugebauer - 6 years ago 2017-11-18 00:31:20
chrisjrn@gmail.com
Fix for video titles
1 file changed with 0 insertions and 1 deletions:
0 comments (0 inline, 0 general)
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"]
0 comments (0 inline, 0 general)