{% extends "mvp/entrance.html" %} {% load i18n %} {% comment %} Overrides {% block entrance %} rather than {% block content %} so the sign-in form can ask for a narrower card than the entrance default. {% endcomment %} {% block entrance %} {% block content %} {% include "mvp/account/_development_notice.html" %} {% if form.errors %} {% trans "Invalid username or password." %} {% endif %}

{% trans "Sign in to your account" %}

{% endblock content %}
{% endblock entrance %}