{% extends "base.html" %} {% load url from future %} {% block body %}

Login

To avoid accidental deletion of content by bots, some applications ask for authentification. The platform is in its very early age of development and we do net provide a nice interface to subscribe to it. Just drop an e-mail to /mail/at/osp.constant.vzw.org/ if you want to play with the landscape. {% if form.errors %}

Your username and password didn't match. Please try again.

{% endif %}
{% csrf_token %}
{{ form.username.label_tag }} {{ form.username }}
{{ form.password.label_tag }} {{ form.password }}
{% endblock %}