diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-06-03 18:47:22 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-06-03 18:47:22 -0500 |
commit | c042bc6e218e99f93c1e642b1d77839ca0f4b1f9 (patch) | |
tree | cd7925bdf6df5e58d15ca895a42dc492391992fd | |
parent | 3f0679cd78363801f7b2b99a3278f416d45f5624 (diff) | |
download | mediagoblin-c042bc6e218e99f93c1e642b1d77839ca0f4b1f9.tar.lz mediagoblin-c042bc6e218e99f93c1e642b1d77839ca0f4b1f9.tar.xz mediagoblin-c042bc6e218e99f93c1e642b1d77839ca0f4b1f9.zip |
Title first and foremost... anything else looks weird to me.
-rw-r--r-- | mediagoblin/templates/mediagoblin/user_pages/media.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mediagoblin/templates/mediagoblin/user_pages/media.html b/mediagoblin/templates/mediagoblin/user_pages/media.html index 406fd3f6..200f13cd 100644 --- a/mediagoblin/templates/mediagoblin/user_pages/media.html +++ b/mediagoblin/templates/mediagoblin/user_pages/media.html @@ -20,11 +20,11 @@ {# temporarily, an "image gallery" that isn't one really ;) #} {% if media %} - <img class="media_image" src="{{ request.app.public_store.file_url( - media.media_files.main) }}" /> <h1> {{media.title}} </h1> + <img class="media_image" src="{{ request.app.public_store.file_url( + media.media_files.main) }}" /> <p>{{ media.description }}</p> <p>Uploaded on {{ "%4d-%02d-%02d"|format(media.created.year, |