Changeset - 7a25022890a1
[Not reviewed]
0 1 0
Brett Smith - 4 years ago 2019-09-30 15:20:23
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)