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/lobby_html.jinja | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/lobby_html.jinja') diff --git a/templates/lobby_html.jinja b/templates/lobby_html.jinja index ae0000e..468a2fa 100644 --- a/templates/lobby_html.jinja +++ b/templates/lobby_html.jinja @@ -78,7 +78,7 @@ (non-steam) {% else %} {% if profile['personastate'] == 0 %} - Offline since {{ display_time(current_time - profile['lastlogoff']) }} + Offline since {{ (current_time - profile['lastlogoff']) | display_time }} {% else %} {{ states[profile['personastate']] }} {% endif %} -- cgit v1.2.3