{% extends "charme_base.html" %} {% load i18n %} {% block extra_extra_head %} {% endblock %} {% block main %}

Login

Sign in using your CHARMe account ID

{% if form.non_field_errors %}
  • {{ form.non_field_errors }}
{% endif %}
{% csrf_token %} {% if request.REQUEST.next %} {% else %} {% endif %}
{{ form.username }} {{ form.username.errors }}
{{ form.password }} {{ form.password.errors }}

Sign in using your OpenID

{% if msg %}
  • {{ msg }}
{% endif %} {% if openid_form.non_field_errors %}
  • {{ openid_form.non_field_errors }}
{% endif %}
{% csrf_token %} {% if request.REQUEST.next %} {% else %} {% endif %} {% if 'Safari' in request.META.HTTP_USER_AGENT %} {% else %} {% endif %}
{{ openid_form.openid_url.errors }}

 

Forgotten username

Forgotten password

Register

{% if msg or openid_form.non_field_errors or openid_form.openid_url.errors %} {% else %} {% endif %} {% endblock %}