From b4a880c5a27f1a37c22e9c48c9deca240498b246 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Sun, 18 Nov 2018 17:59:54 +0100 Subject: [PATCH] page fixes --- templates/activity.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/templates/activity.html b/templates/activity.html index c374522c..acf8ed83 100644 --- a/templates/activity.html +++ b/templates/activity.html @@ -5,6 +5,10 @@ {% endblock %} +{% block title %} + Attività +{% endblock %} + {% block pagetitle %} {{ game_name }} {% endblock %} @@ -22,7 +26,7 @@ "data": { "labels": [ {% for point in activityreports %} - {{ point.timestamp.strftime("%a %H:%M") }} + "{{ point.timestamp.strftime("%a %H:%M") }}", {% endfor %} ], "datasets": [