From c91e9cb8d8e6f0bf5edc0f5768f8dfd50a23d44f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Gl=C3=BCpker?= Date: Tue, 16 Feb 2021 18:19:42 +0100 Subject: Show some stats and have links on premade finder --- 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 468a2fa..0564e55 100644 --- a/templates/lobby_html.jinja +++ b/templates/lobby_html.jinja @@ -78,7 +78,7 @@ (non-steam) {% else %} {% if profile['personastate'] == 0 %} - Offline since {{ (current_time - profile['lastlogoff']) | display_time }} + Offline since {{ (current_time - profile['lastlogoff']) | display_age }} {% else %} {{ states[profile['personastate']] }} {% endif %} -- cgit v1.2.3