minor changes

This commit is contained in:
2026-08-03 21:55:59 -05:00
parent d6af8d0c41
commit d62aae4392
3 changed files with 98 additions and 5 deletions
+5
View File
@@ -81,6 +81,11 @@
<a href="{% url 'profiles:settings' %}">
<i class="fas fa-key"></i> API Tokens
</a>
{% if user.is_staff %}
<a href="{% url 'admin:index' %}">
<i class="fas fa-shield-alt"></i> Admin panel
</a>
{% endif %}
<form method="post" action="{% url 'profiles:logout' %}" style="display: inline;">
{% csrf_token %}
<button type="submit" class="logout-button">