{% extends "osmaxx/base.html" %} {% load i18n %} {% block breadcrumb %} {{ block.super }}
  • {% trans 'Login' %}
  • {% endblock %} {% block main %}

    {% trans 'Login' %}

    {% if form.errors %}

    {% trans "Your username and password didn't match. Please try again." %}

    {% endif %}

    {% blocktrans %} Please use your Clavid OpenID account to authenticate.
    If you don't have an account already, please create a Clavid OpenID account and log in.

    If this is your first visit of Osmaxx: Please log in and request activation of your account for the Osmaxx application. {% endblocktrans %}

    clavid.ch users

    {% csrf_token %}
    .clavid.ch

    clavid.com users

    {% csrf_token %}
    .clavid.com
    {% endblock %}