updated lockout.html template

This commit is contained in:
Ken Cochrane 2015-01-29 08:15:38 -05:00
parent 130f696a7e
commit d0a23a71ba

View file

@ -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>