{% extends "sentry/layout.html" %} {% load sentry_helpers %} {% block title %}Login | {{ block.super }}{% endblock %} {% block heading %}Login{% endblock %} {% block content %}

You must log in to continue

{% if form.errors %}

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

{% endif %}
{% endblock %}