More spacing / newline changes to media.html
This commit is contained in:
parent
f6c49c5e62
commit
6f65e9eb90
@ -28,9 +28,11 @@
|
||||
<h2>
|
||||
{{media.title}}
|
||||
</h2>
|
||||
|
||||
{% autoescape False %}
|
||||
<p>{{ media.description_html }}</p>
|
||||
{% endautoescape %}
|
||||
|
||||
<p>
|
||||
— uploaded on
|
||||
{{ "%4d-%02d-%02d"|format(media.created.year,
|
||||
@ -41,6 +43,7 @@
|
||||
{{- media.uploader().username }}</a>
|
||||
</p>
|
||||
<br /><br />
|
||||
|
||||
<h3>Comments</h3>
|
||||
{% if request.user %}
|
||||
<form action="{{ request.urlgen('mediagoblin.user_pages.media_post_comment',
|
||||
@ -77,6 +80,7 @@
|
||||
</div>
|
||||
</div>
|
||||
{% endfor %}
|
||||
|
||||
{% include "mediagoblin/utils/pagination.html" %}
|
||||
</div>
|
||||
{% endif %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user