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,10 +45,9 @@ class EditProfileForm(wtforms.Form):
|
||||
bio = wtforms.TextAreaField(
|
||||
_('Bio'),
|
||||
[wtforms.validators.Length(min=0, max=500)],
|
||||
description=_(
|
||||
"""You can use
|
||||
<a href="http://daringfireball.net/projects/markdown/basics">
|
||||
Markdown</a> for formatting."""))
|
||||
description=_("""You can use
|
||||
<a href="http://daringfireball.net/projects/markdown/basics">
|
||||
Markdown</a> for formatting."""))
|
||||
url = wtforms.TextField(
|
||||
_('Website'),
|
||||
[wtforms.validators.Optional(),
|
||||
|
@ -97,7 +97,7 @@
|
||||
user= media.get_uploader.username,
|
||||
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 %}
|
||||
{% trans %}You can use <a href="http://daringfireball.net/projects/markdown/basics">Markdown</a> for formatting.{% endtrans %}
|
||||
</p>
|
||||
{{ wtforms_util.render_divs(comment_form) }}
|
||||
<div class="form_submit_buttons">
|
||||
|
Loading…
x
Reference in New Issue
Block a user