add /stats to settings2

pull/222/head
Aevann 2024-02-02 23:21:04 +02:00
parent 9404c91449
commit 53641e9a1b
3 changed files with 5 additions and 1 deletions

View File

@ -218,6 +218,7 @@
.fa-heart:before{content:"\f004"}
.fa-coin:before{content:"\f85c"}
.fa-scarecrow:before{content:"\f70d"}
.fa-chart-simple:before{content:"\e473"}
/* do not remove - fixes hand, talking, marsey-love components
from breaking out of the comment box

View File

@ -29,6 +29,9 @@
<li class="nav-item">
<a class="nav-link{% if request.path == '/blocks' %} active{% endif %}" href="/blocks"><i class="fas fa-eye-slash pr-2"></i>Blocks</a>
</li>
<li class="nav-item">
<a class="nav-link{% if request.path == '/stats' %} active{% endif %}" href="/stats"><i class="fas fa-chart-simple pr-2"></i>Stats</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/post/{{CHANGELOG_THREAD}}"><i class="fas fa-clipboard pr-2"></i>Changelog</a>
</li>

View File

@ -1,4 +1,4 @@
{% extends "default.html" %}
{% extends "settings2.html" %}
{% block pagetitle %}Statistics{% endblock %}
{% block content %}
<h3>Weekly Chart</h3>