Changeset - b380de123605
[Not reviewed]
0 1 0
Christopher Neugebauer - 6 years ago 2017-11-16 01:57:36
chrisjrn@gmail.com
carl wants “reviewer*s*”
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
pinaxcon/monkey_patch.py
Show inline comments
...
 
@@ -61,3 +61,3 @@ def patch_conference_schedule():
 
        try:
 
            slot_data["reviewer"] = (
 
            slot_data["reviewers"] = (
 
                presentation.speaker.conferencespeaker.reviewer
...
 
@@ -90,3 +90,3 @@ def patch_conference_schedule():
 
        slot_data["cancelled"] = False,
 
        slot_data["reviewer"] = ""
 
        slot_data["reviewers"] = ""
 
        slot_data["license"] = "CC BY-SA"
0 comments (0 inline, 0 general)