Changeset - fb110e93f1e1
[Not reviewed]
0 1 0
Brett Smith - 5 years ago 2018-10-05 19:52:28
brettcsmith@brettcsmith.org
proposals.models: Fix typo in help text link.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
pinaxcon/proposals/models.py
Show inline comments
...
 
@@ -38,7 +38,7 @@ class ConferenceSpeaker(SpeakerBase):
 
        ("List any past speaking experience you have. This can include "
 
         "user groups, meetups, or presentations at work or school.  Edit "
 
         "using <a href='http://warpedvisions.org/projects/"
 
         "markdown-cheat-sheet/target='_blank'>"
 
         "markdown-cheat-sheet/' target='_blank'>"
 
         "Markdown</a>."),
 
         verbose_name=_("Past speaking experience"),
 
    )
0 comments (0 inline, 0 general)