{% extends 'base.html' %} {% block widgets %}{% endblock widgets %} {% block title %}{{ block.super }}| User Login{% endblock title %} {% block content %}
{% if messages %} {% for message in messages %} {% endfor %} {% endif %}
User Login
{% if form.errors %}

Your username and password didn't match. Please try again.

{% endif %}
{% csrf_token %}

Lost password?

{% endblock content %}