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
...
 
@@ -94,13 +94,12 @@ def patch_conference_schedule():
 
        slot_data["reviewers"] = ""
 
        slot_data["license"] = "CC BY-SA"
 
        slot_data["twitter_id"] = author_twitter_id
 
        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"]
 

	
 

	
 
    sv._schedule_json = schedule_json
0 comments (0 inline, 0 general)