From: Emily O'Leary Date: Mon, 25 Mar 2013 18:13:09 +0000 (-0400) Subject: Changed the target of the markdown links for opening in a new tab as suggested by... X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=3cf4ae0c41618fca764b80c5888c2868b8be5829;p=mediagoblin.git Changed the target of the markdown links for opening in a new tab as suggested by joar. --- diff --git a/mediagoblin/user_pages/forms.py b/mediagoblin/user_pages/forms.py index cb8acb36..ac8084c5 100644 --- a/mediagoblin/user_pages/forms.py +++ b/mediagoblin/user_pages/forms.py @@ -23,7 +23,7 @@ class MediaCommentForm(wtforms.Form): _('Comment'), [wtforms.validators.Required()], description=_(u'You can use ' - u'' + u'' u'Markdown for formatting.')) class ConfirmDeleteForm(wtforms.Form): @@ -47,5 +47,5 @@ class MediaCollectForm(wtforms.Form): collection_description = wtforms.TextAreaField( _('Description of this collection'), description=_("""You can use - + Markdown for formatting."""))