Update web/templates/settings/home.html
This commit is contained in:
parent
86af77d434
commit
f1f83165f0
@ -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 %}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user