{% extends "baseLogin.html" %} {% block main %}
{% if Warning %}
The credentials are incorrect.
{% endif %}
Don't have an account? Register.
{% endblock %}