{% extends "errors/proxito/404/base.html" %} {% load blocktrans from i18n %} {% block error_content %}
{% blocktrans trimmed %} This domain is not recognized, it may not be configured yet. {% endblocktrans %}
{% endblock error_content %} {% block error_content_help %}{% blocktrans trimmed %} If you control this domain and believe this is in error, ensure your custom domain is correctly configured for your project. {% endblocktrans %}
{% endblock error_content_help %} {% block content_extra_link %} {% endblock content_extra_link %}