Open Markdown link in new windows; I know _blank is sometimes frowned upon but it may be useful here
This commit is contained in:
parent
9c6d8d77fb
commit
8f25d91b1e
@ -96,7 +96,7 @@
|
|||||||
<form action="{{ request.urlgen('mediagoblin.user_pages.media_post_comment',
|
<form action="{{ request.urlgen('mediagoblin.user_pages.media_post_comment',
|
||||||
user= media.get_uploader().username,
|
user= media.get_uploader().username,
|
||||||
media=media._id) }}" method="POST" id="form_comment">
|
media=media._id) }}" method="POST" id="form_comment">
|
||||||
<p>{% trans %}Type your comment here. You can use <a href="http://daringfireball.net/projects/markdown/basics">Markdown</a> for formatting.{% endtrans %}</p>
|
<p>{% trans %}Type your comment here. You can use <a href="http://daringfireball.net/projects/markdown/basics" target="_blank">Markdown</a> for formatting.{% endtrans %}</p>
|
||||||
{{ wtforms_util.render_divs(comment_form) }}
|
{{ wtforms_util.render_divs(comment_form) }}
|
||||||
<div class="form_submit_buttons">
|
<div class="form_submit_buttons">
|
||||||
<input type="submit" value="{% trans %}Add this comment{% endtrans %}" class="button_action" />
|
<input type="submit" value="{% trans %}Add this comment{% endtrans %}" class="button_action" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user