Changeset - bf1711ac663b
[Not reviewed]
0 1 0
Christopher Neugebauer - 6 years ago 2017-11-16 02:18:56
chrisjrn@gmail.com
fixes stray comma
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
pinaxcon/monkey_patch.py
Show inline comments
...
 
@@ -84,7 +84,7 @@ def patch_conference_schedule():
 
        slot_data["contact"] = [
 
            author_email
 
        ] if request.user.is_staff else ["redacted"]
 
        slot_data["abstract"] = "Keynote presentation from North Bay Python 2017",
 
        slot_data["abstract"] = "Keynote presentation from North Bay Python 2017"
 
        slot_data["description"] = "Keynote presentation from North Bay Python 2017"
 
        slot_data["conf_url"] = "https://2017.northbaypython.org"
 
        slot_data["cancelled"] = False,
0 comments (0 inline, 0 general)