aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/templates/mediagoblin/user_pages/media.html
diff options
context:
space:
mode:
Diffstat (limited to 'mediagoblin/templates/mediagoblin/user_pages/media.html')
-rw-r--r--mediagoblin/templates/mediagoblin/user_pages/media.html4
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 b93da06e..39a09d45 100644
--- a/mediagoblin/templates/mediagoblin/user_pages/media.html
+++ b/mediagoblin/templates/mediagoblin/user_pages/media.html
@@ -148,7 +148,7 @@
user=media.get_actor.username,
media=media.slug_or_id) }}#comment"
class="comment_whenlink">
- <span title='{{- comment_object.created.strftime("%I:%M%p %Y-%m-%d") -}}'>
+ <span title='{{- comment_object.created.strftime(app_config['datetime_format']) -}}'>
{%- trans formatted_time=timesince(comment_object.created) -%}
{{ formatted_time }} ago
{%- endtrans -%}
@@ -183,7 +183,7 @@
<div class="five columns media_sidebar">
<h3>{% trans %}Added{% endtrans %}</h3>
- <p><span title="{{ media.created.strftime("%I:%M%p %Y-%m-%d") }}">
+ <p><span title="{{ media.created.strftime(app_config['datetime_format']) }}">
{%- trans formatted_time=timesince(media.created) -%}
{{ formatted_time }} ago
{%- endtrans -%}