Update web/templates/settings/home.html

This commit is contained in:
Joshua Laymon 2025-08-31 00:26:24 +00:00
parent 86af77d434
commit f1f83165f0

View File

@ -153,6 +153,16 @@
</table>
{% endif %}
</div>
{% endif %}
{% if user.is_superuser %}
<div class="card" style="margin-top:18px; padding:20px;">
<h2 class="page-title">Security · Login Attempts (7 days)</h2>
<p class="muted" style="margin:-6px 0 12px;">
View successful and failed login attempts from the last week.
</p>
<a class="btn btn-secondary" href="{% url 'login_attempts' %}">Open Login Attempts</a>
</div>
{% endif %}
{% if user.is_superuser %}