{% extends "registration/base.html" %} {% load i18n %} {% block user-links %}{% endblock %} {% block bodyargs %}{{block.super}} class="login"{% endblock %} {% block content %}

{% trans "Connection" %}

{% blocktrans %} Welcome to the management interface for radio shows; once you are logged in you'll be able to edit your show details, add episodes and newsitems. {% endblocktrans %}

{% trans "Lost password?" %}

{% if form.errors %}

{% trans "Wrong password. Try again." %}

{% endif %}
{% csrf_token %}

{{ form.username }}

{{ form.password }}

{% endblock %}