fixes uneven whitespace, and conforms to a strong preference for

less than 80 characters per line
This commit is contained in:
cfdv 2011-06-17 22:26:17 -05:00
parent 5a994e37c2
commit e8fda91bc2

View File

@ -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" %}