diff --git a/sample_deployment/sample_deployment/templates/allauth/layouts/base.html b/sample_deployment/sample_deployment/templates/allauth/layouts/base.html index 00b4a3d..fcbe85c 100644 --- a/sample_deployment/sample_deployment/templates/allauth/layouts/base.html +++ b/sample_deployment/sample_deployment/templates/allauth/layouts/base.html @@ -46,4 +46,12 @@ {{ block.super }} + {% if "localhost" not in request.get_host %} + + + {% endif %} {% endblock body %}