Update web/templates/settings/home.html
This commit is contained in:
parent
51f3f8b96f
commit
b9a8efa116
@ -220,8 +220,21 @@
|
||||
</p>
|
||||
<a class="btn btn-secondary" href="{% url 'login_attempts' %}">Open Login Attempts</a>
|
||||
</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 %}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
{% if user.is_superuser %}
|
||||
<div class="card" style="margin-top:18px;">
|
||||
<h2 class="page-title">Initial Setup</h2>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user