From: Christopher Allan Webber Date: Sun, 22 May 2011 21:40:31 +0000 (-0500) Subject: Slightly better spacing in media.html X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=cf0cc3358b2de523013a27af2ce6787e86b3932c;p=mediagoblin.git Slightly better spacing in media.html --- diff --git a/mediagoblin/templates/mediagoblin/user_pages/media.html b/mediagoblin/templates/mediagoblin/user_pages/media.html index 3c781006..036bf726 100644 --- a/mediagoblin/templates/mediagoblin/user_pages/media.html +++ b/mediagoblin/templates/mediagoblin/user_pages/media.html @@ -20,20 +20,27 @@ {# temporarily, an "image gallery" that isn't one really ;) #} {% if media %} -

Media details for {{media.uploader().username}} - / {{media.title}} +

+ Media details for + + {{- media.uploader().username }} + / {{media.title}}

- -
Uploaded on {{ "%4d-%02d-%02d"|format(media.created.year, - media.created.month,media.created.day)}} by {{media.uploader().username}} -
Description: {{media.description}} +
+ Uploaded on + {{ "%4d-%02d-%02d"|format(media.created.year, + media.created.month, media.created.day) }} + by + + {{- media.uploader().username }} +
+ Description: {{ media.description }}
{% else %}

Sorry, no such media found.