diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2013-04-13 11:58:50 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2013-04-13 11:58:50 -0500 |
commit | 05ad187b86446a6c318688c823fc0821b56ffb2d (patch) | |
tree | ac4a178e5b5d57196bce7519fdf24982d7915b8d /mediagoblin | |
parent | eac52ac1ce9ac387fb01ac9f516e605f457729f1 (diff) | |
download | mediagoblin-05ad187b86446a6c318688c823fc0821b56ffb2d.tar.lz mediagoblin-05ad187b86446a6c318688c823fc0821b56ffb2d.tar.xz mediagoblin-05ad187b86446a6c318688c823fc0821b56ffb2d.zip |
Why not also display the times on when these media were created
Diffstat (limited to 'mediagoblin')
-rw-r--r-- | mediagoblin/templates/mediagoblin/user_pages/media.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mediagoblin/templates/mediagoblin/user_pages/media.html b/mediagoblin/templates/mediagoblin/user_pages/media.html index 11392ec1..88fc8f0b 100644 --- a/mediagoblin/templates/mediagoblin/user_pages/media.html +++ b/mediagoblin/templates/mediagoblin/user_pages/media.html @@ -144,7 +144,7 @@ </div> <div class="media_sidebar"> <h3>Added</h3> - <p><span title="{{ media.created.strftime("%Y-%m-%d") }}"> + <p><span title="{{ media.created.strftime("%I:%M%p %Y-%m-%d") }}"> {%- trans formatted_time=timesince(media.created) -%} {{ formatted_time }} ago {%- endtrans -%} |