{% extends 'core/error_pages/base.html' %} {% load i18n static %} {% load zango_filters %} {% block head %} {% block title %}Account Locked{% endblock %} {% endblock %} {% block content %}
Account Locked
Oops, your account/ IP address has been temporarily locked as there has been too many incorrect password attempts. Don't worry, this will be automatically reset after {{ cooloff_time|humanize_timedelta }}.
{% endblock %}