{% extends "osmaxx/base.html" %} {% load i18n static %} {% 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 OpenStreetMap account to authenticate.
    If you don't have an account already, please create an OpenStreetMap 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 %}

    OSM Logo Log in using OpenStreetMap
    {% endblock %}