Improve indentation a bit
Only change: Indentation, nothing else!
This commit is contained in:
parent
48ba47b570
commit
b06e4f3b2d
@ -98,18 +98,18 @@
|
||||
</div>
|
||||
{% endfor %}
|
||||
|
||||
{% if request.user %}
|
||||
<a name="comment_form"></a>
|
||||
<form action="{{ request.urlgen('mediagoblin.user_pages.media_post_comment',
|
||||
user= media.uploader().username,
|
||||
media=media._id) }}" method="POST">
|
||||
{{ wtforms_util.render_divs(comment_form) }}
|
||||
<div class="form_submit_buttons">
|
||||
<input type="submit" value="{% trans %}Post comment!{% endtrans %}" class="button" />
|
||||
{{ csrf_token }}
|
||||
</div>
|
||||
</form>
|
||||
{% endif %}
|
||||
{% if request.user %}
|
||||
<a name="comment_form"></a>
|
||||
<form action="{{ request.urlgen('mediagoblin.user_pages.media_post_comment',
|
||||
user= media.uploader().username,
|
||||
media=media._id) }}" method="POST">
|
||||
{{ wtforms_util.render_divs(comment_form) }}
|
||||
<div class="form_submit_buttons">
|
||||
<input type="submit" value="{% trans %}Post comment!{% endtrans %}" class="button" />
|
||||
{{ csrf_token }}
|
||||
</div>
|
||||
</form>
|
||||
{% endif %}
|
||||
|
||||
{{ render_pagination(request, pagination,
|
||||
request.urlgen('mediagoblin.user_pages.media_home',
|
||||
|
Loading…
x
Reference in New Issue
Block a user