{% extends 'base.html' %} {% block content %}

Troggle user login

{% if message %}
{% if title %}

{{title}}

{% endif %}

{{message }}

{% endif %}

Troggle ordinary user login - no access to Django control panel

(This is using template login/index.html)

{% if invalid %}

The username and password you provided don't match. Please try again.

Have you forgotten your password?
Or perhaps your username?

Neither of those links work yet, by the way, I'm only trying to *appear* helpful.

{% endif %}
{% csrf_token %}

{% endblock %}