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