1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 19:44:20 +00:00

page fixes

This commit is contained in:
Steffo 2018-11-18 17:59:54 +01:00
parent 480e25d157
commit b4a880c5a2

View file

@ -5,6 +5,10 @@
<script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.7.3/Chart.bundle.js" integrity="sha384-DhLzB4p1BEBSNugP/gw0UBLxHx7kHgldDGYtGinCssfp4HK+sG4ByZDau4pWmpqG" crossorigin="anonymous"></script>
{% 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": [