aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--fietsboek/templates/home.jinja22
1 files changed, 1 insertions, 1 deletions
diff --git a/fietsboek/templates/home.jinja2 b/fietsboek/templates/home.jinja2
index 26a06d3..940d31a 100644
--- a/fietsboek/templates/home.jinja2
+++ b/fietsboek/templates/home.jinja2
@@ -8,7 +8,7 @@
{{ _("page.home.unfinished_uploads") }}
<ul class="mb-0">
{% for upload in unfinished_uploads %}
- <li><a href="{{ request.route_url("finish-upload", upload_id=upload.id) }}">{{ upload.uploaded_at | format_datetime }}</a></li>
+ <li><a href="{{ request.route_url("finish-upload", upload_id=upload.id) }}">{{ upload.uploaded_at | local_datetime }}</a></li>
{% endfor %}
</ul>
</div>