From c4db6130dcf2c78b3b0e05bc98d9a830a51dbfe3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Gl=C3=BCpker?= Date: Tue, 16 Feb 2021 17:55:14 +0100 Subject: Change format_datetime to be a Jinja2 filter --- templates/premades_html.jinja | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/premades_html.jinja') diff --git a/templates/premades_html.jinja b/templates/premades_html.jinja index c9ad464..7a45492 100644 --- a/templates/premades_html.jinja +++ b/templates/premades_html.jinja @@ -138,7 +138,7 @@
{{ profiles[steamid]['personaname']|e }} {% if 'timecreated' in profiles[steamid] %} -
{{ display_time(current_time - profiles[steamid]['timecreated']) }} +
{{ (current_time - profiles[steamid]['timecreated']) | display_time }} {% endif %} -- cgit v1.2.3