Update web/templates/settings/home.html

This commit is contained in:
Joshua Laymon 2025-08-31 13:05:22 +00:00
parent 51f3f8b96f
commit b9a8efa116

View File

@ -220,8 +220,21 @@
</p> </p>
<a class="btn btn-secondary" href="{% url 'login_attempts' %}">Open Login Attempts</a> <a class="btn btn-secondary" href="{% url 'login_attempts' %}">Open Login Attempts</a>
</div> </div>
<div class="card" style="margin-top:18px; padding:20px;">
<h2 class="page-title">Security · Audit Log</h2>
<p class="muted" style="margin:-6px 0 12px;">Track adds, edits (with per-field changes), and deletes. Newest first, latest 100 entries.</p>
<a class="btn btn-secondary" href="{% url 'audit_log' %}">Open Audit Log</a>
</div>
{% endif %} {% endif %}
{% if user.is_superuser %} {% if user.is_superuser %}
<div class="card" style="margin-top:18px;"> <div class="card" style="margin-top:18px;">
<h2 class="page-title">Initial Setup</h2> <h2 class="page-title">Initial Setup</h2>