stats page first implementation

This commit is contained in:
JakeBreath
2026-08-05 13:54:26 -05:00
parent 7af1b67143
commit 6325c67790
7 changed files with 670 additions and 4 deletions
+3
View File
@@ -94,6 +94,9 @@
<a href="{% url 'admin:index' %}">
<i class="fas fa-shield-alt"></i> Admin panel
</a>
<a href="{% url 'landing:server_stats' %}">
<i class="fas fa-chart-line"></i> Server Stats
</a>
{% endif %}
<form method="post" action="{% url 'profiles:logout' %}" style="display: inline;">
{% csrf_token %}