{% load widget_tweaks %} {% include 'form_errors.html' %} {% if form.errors %}

Please note: If it has been more than a year since you last logged in, your account will have been automatically deactivated. Contact it@nottinghamtec.co.uk for assistance.

{% endif %}
{% csrf_token %}
{% render_field form.username class+="form-control" placeholder=form.username.label autofocus="" %}
{% render_field form.password class+="form-control" placeholder=form.password.label %}