mirror of
https://github.com/jazzband/django-defender.git
synced 2026-03-16 22:10:32 +00:00
updated lockout.html template
This commit is contained in:
parent
130f696a7e
commit
d0a23a71ba
1 changed files with 1 additions and 1 deletions
|
|
@ -2,6 +2,6 @@
|
|||
<body>
|
||||
<h1>Locked out</h1>
|
||||
<p>Your have attempted to login {{failure_limit}} times, with no success.
|
||||
Your account is locked for {{cooloff_time}} seconds</p>
|
||||
Your account is locked for {{cooloff_time_seconds}} seconds</p>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Reference in a new issue