working FileIndex and user Profile pages/settings

This commit is contained in:
JakeBreath
2026-08-03 14:13:40 -05:00
parent 85e6241ad4
commit 39e31d3980
17 changed files with 999 additions and 25 deletions
+4 -3
View File
@@ -1,9 +1,10 @@
{% extends 'base.html' %}
{% block title %}Settings - Packs{% endblock %}
{% block title %}API Tokens - Packs{% endblock %}
{% block content %}
<h1>Settings</h1>
<h1>API Tokens</h1>
<p><a href="{% url 'profiles:account' %}"><i class="fas fa-user-cog"></i> Account Settings</a></p>
{% if messages %}
<ul class="messages">
@@ -13,7 +14,7 @@
</ul>
{% endif %}
<h2>API Tokens</h2>
<h2>Tokens</h2>
<p>Tokens let non-browser clients (like a Fabric mod) access the API and download packs.</p>
<p class="token-hint">
Send credentials as <code>Authorization: Bearer &lt;username&gt; &lt;token&gt;</code>,