{% extends "base.html" %} {% block title %}Log in{% endblock %} {% block content %} {% if openidform %}

Launchpad Login

User accounts on this website are controled via launchpad, this allows tighter intergration into your other activities and also allows us to take advantage of all the launchpad features. Press continue to be transfered to Launchpad to confirm your account details and login:

{{ openidform|safe }}

Users who have never logged into this site before will have new accounts created for them.

{% else %}

User Login

Please login using the form below, this will allow you to access member only features and be identified when performing tasks.

{% if form.errors %}

Please correct the errors below:

{% endif %}
{% if form.username.errors %}{% endif %} {% if form.password.errors %}{% endif %}
{{ form.username.errors|join:", " }}
{{ form.username }}
{{ form.password.errors|join:", " }}
{{ form.password }}
{% endif %} {% endblock %}