mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-24 03:54:20 +00:00
page fixes
This commit is contained in:
parent
480e25d157
commit
b4a880c5a2
1 changed files with 5 additions and 1 deletions
|
@ -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>
|
<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 %}
|
{% endblock %}
|
||||||
|
|
||||||
|
{% block title %}
|
||||||
|
Attività
|
||||||
|
{% endblock %}
|
||||||
|
|
||||||
{% block pagetitle %}
|
{% block pagetitle %}
|
||||||
{{ game_name }}
|
{{ game_name }}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
@ -22,7 +26,7 @@
|
||||||
"data": {
|
"data": {
|
||||||
"labels": [
|
"labels": [
|
||||||
{% for point in activityreports %}
|
{% for point in activityreports %}
|
||||||
{{ point.timestamp.strftime("%a %H:%M") }}
|
"{{ point.timestamp.strftime("%a %H:%M") }}",
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
],
|
],
|
||||||
"datasets": [
|
"datasets": [
|
||||||
|
|
Loading…
Reference in a new issue