fixes uneven whitespace, and conforms to a strong preference for
less than 80 characters per line
This commit is contained in:
parent
5a994e37c2
commit
e8fda91bc2
@ -26,9 +26,10 @@
|
||||
|
||||
{% block mediagoblin_content -%}
|
||||
{% if user %}
|
||||
<h1>gallery for <a href="{{ request.urlgen(
|
||||
'mediagoblin.user_pages.user_home',
|
||||
user=user.username) }}">{{ user.username }}</a></h1>
|
||||
<h1>gallery for
|
||||
<a href="{{ request.urlgen(
|
||||
'mediagoblin.user_pages.user_home',
|
||||
user=user.username) }}">{{ user.username }}</a></h1>
|
||||
|
||||
{% include "mediagoblin/utils/object_gallery.html" %}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user