Remove unnecessary piece of text in media.html. Fix "Markdown text" indentation so they are the same.
This commit is contained in:
parent
20659de234
commit
fafec72740
@ -45,8 +45,7 @@ class EditProfileForm(wtforms.Form):
|
|||||||
bio = wtforms.TextAreaField(
|
bio = wtforms.TextAreaField(
|
||||||
_('Bio'),
|
_('Bio'),
|
||||||
[wtforms.validators.Length(min=0, max=500)],
|
[wtforms.validators.Length(min=0, max=500)],
|
||||||
description=_(
|
description=_("""You can use
|
||||||
"""You can use
|
|
||||||
<a href="http://daringfireball.net/projects/markdown/basics">
|
<a href="http://daringfireball.net/projects/markdown/basics">
|
||||||
Markdown</a> for formatting."""))
|
Markdown</a> for formatting."""))
|
||||||
url = wtforms.TextField(
|
url = wtforms.TextField(
|
||||||
|
@ -97,7 +97,7 @@
|
|||||||
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>
|
<p>
|
||||||
{% trans %}Type your comment here. You can use <a href="http://daringfireball.net/projects/markdown/basics">Markdown</a> for formatting.{% endtrans %}
|
{% trans %}You can use <a href="http://daringfireball.net/projects/markdown/basics">Markdown</a> for formatting.{% endtrans %}
|
||||||
</p>
|
</p>
|
||||||
{{ wtforms_util.render_divs(comment_form) }}
|
{{ wtforms_util.render_divs(comment_form) }}
|
||||||
<div class="form_submit_buttons">
|
<div class="form_submit_buttons">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user