{% extends "sentry/index.html" %} {% load sentry_helpers %} {% block title %}Login | Django Sentry{% 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 %}