{% extends "base.html" %} {% block title %} {{ data.title|default:'ICCLab RCB Demo Site' }} {% endblock %} {% block my_content %} {% if form.errors %}

Sorry, that's not a valid username or password

{% endif %}
Please provide all the details requested below, all fields are mandatory.

{% if user.is_active and user.is_staff %} {% if form.errors %}

Sorry, that are not valid creditentials.

{% endif %}
{% csrf_token %}
{% endif %}
{% endblock %}