Skip to content

Commit 82a6a2b

Browse files
committed
Fix broken link in speaker biography help text.
This has been broken since 36ab6d5.
1 parent 6735bce commit 82a6a2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

symposion/speakers/models.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class Speaker(models.Model):
2626
" conference program."))
2727
biography = models.TextField(blank=True, help_text=_("A little bit about you. Edit using "
2828
"<a href='http://warpedvisions.org/projects/"
29-
"markdown-cheat-sheet/target='_blank'>"
29+
"markdown-cheat-sheet/' target='_blank'>"
3030
"Markdown</a>."), verbose_name=_("Biography"))
3131
biography_html = models.TextField(blank=True)
3232
photo = models.ImageField(upload_to="speaker_photos", blank=True, verbose_name=_("Photo"))

0 commit comments

Comments
 (0)