{% 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 registration/login.html)

{% if invalid %}

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

Have you forgotten your password - reset it?
Or perhaps change your password?

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

{% endif %}
{% csrf_token %}


{{form}}
{% endblock %}