{% extends "admin/base_site.html" %} {% load i18n admin_urls static %} {% block extrastyle %} {{ block.super }} {% endblock %} {% block content %}

Bypassed emails ({{ bypass_emails|length }})

{% for email in bypass_emails %} {% endfor %}
Email Actions
{{ email }}

No emails are currently bypassed.

{% csrf_token %}

Add email

Email address to bypass suspicious signup checks

{% endblock %}