k-boris.tech
Backlogger
{% if form.non_field_errors %} {% for error in form.non_field_errors %} {% if 'inactive' in error|lower or 'active' in error|lower %}
Your account is pending approval. You'll be able to log in once it's activated.
{% else %}
Invalid username or password.
{% endif %} {% endfor %} {% endif %}
{% csrf_token %}
Username
{{ form.username }} {{ form.username.errors }}
Password
{{ form.password }} {{ form.password.errors }}
Log in
No account?
Sign up