{% extends "onboarding_base.html" %} {% load static %} {% block title %}EG:Let's get started - Domains Allowlist {% endblock %} {% block main %}

Add a few domains to the allow-list

Senders from this list will not be flagged

{%csrf_token%}
{{form.whitelist_domains}}
{% endblock %} {% block extra_js %} {%endblock%}