{% 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 %}The authentication was successful, below are the data we got.
{% if token_data %}{{key}} | {{value}} |
The authentication token is
The authentication was not successful.
Authenticicate {% endif %} {% endblock %}