{% extends "base.html" %}
{% comment %}
login page to authenticate users, that is all the people which are
allowed to actually do stuff with the system, even if its just browsing the data
{% endcomment %}
{% block content %}
Winose Evolution Login
{% if form.errors %}
Your username and password didn't match, please try again.