mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44: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>
|
||||
{% 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": [
|
||||
|
|
Loading…
Reference in a new issue