Skip to content

Commit

Permalink
Fix broken link in speaker biography help text.
Browse files Browse the repository at this point in the history
This has been broken since 36ab6d5.
  • Loading branch information
martey committed Apr 24, 2017
1 parent 6735bce commit 82a6a2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion symposion/speakers/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class Speaker(models.Model):
" conference program."))
biography = models.TextField(blank=True, help_text=_("A little bit about you. Edit using "
"<a href='http://warpedvisions.org/projects/"
"markdown-cheat-sheet/target='_blank'>"
"markdown-cheat-sheet/' target='_blank'>"
"Markdown</a>."), verbose_name=_("Biography"))
biography_html = models.TextField(blank=True)
photo = models.ImageField(upload_to="speaker_photos", blank=True, verbose_name=_("Photo"))
Expand Down

0 comments on commit 82a6a2b

Please sign in to comment.