{% extends "base_new.html" %} {% block title %}Login{% endblock %} {% block content %}
{% if form.errors %}

Sorry, that's not a valid username or password

{% endif %}
{% csrf_token %} {% if request.GET.next %} {% endif %} {{ form.as_table }}

Can't login? Checkout the PS1 wiki

{% endblock %}