{% extends 'admin/login.html' %} {% load admin_static browserid %} {% comment %} This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. {% endcomment %} {% block extrastyle %} {{ block.super }} {% browserid_css %} {% endblock %} {% block content %} {% browserid_info %} {% if include_password_form %} {{ block.super }}
or
{% endif %}
{% browserid_login text='Sign in with email' color='dark' next=app_path link_class='admin-browserid-login' %}
There was a problem signing you in. Please try again.
{% endblock %}