From 6366d3ebb1fde1f9df57a95b26421cee87281ec5 Mon Sep 17 00:00:00 2001 From: Thor77 Date: Fri, 10 Feb 2017 23:34:23 +0100 Subject: [PATCH] Show last-seen hint only in Onlinetime-section currently by filtering by headline (probably not a good long-term-solution) --- tsstats/templates/stats.jinja2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsstats/templates/stats.jinja2 b/tsstats/templates/stats.jinja2 index a0f4c64..31ab433 100644 --- a/tsstats/templates/stats.jinja2 +++ b/tsstats/templates/stats.jinja2 @@ -14,7 +14,7 @@ {% set id = [headline_id, client.nick|striptags]|join('.') %}
  • {{ client.nick }}{{ " (" + client.identifier + ")" if debug }} - {{ value }} + {{ value }}
  • {% endfor %}