From 5d2e3e00a38a39b62ec60a062a51f5672fd89570 Mon Sep 17 00:00:00 2001 From: Thor77 Date: Fri, 10 Jun 2016 16:04:24 +0200 Subject: [PATCH] add id to sections and use unique id for client-items --- tsstats/template.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tsstats/template.html b/tsstats/template.html index 39e798a..d78b6fc 100644 --- a/tsstats/template.html +++ b/tsstats/template.html @@ -19,10 +19,12 @@ {% endif %} {% for headline, list in objs %} {% if list|length > 0 %} + {% set headline_id = headline|lower|replace(' ', '_') %}

{{ headline }}

-