{% extends "registration/base.html" %} {% load i18n %} {% block user-links %}{% endblock %} {% block bodyargs %}{{block.super}} class="login"{% endblock %} {% block content %}
{% 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 %}
{% if form.errors %}{% trans "Wrong password. Try again." %}
{% endif %} {% endblock %}