diff --git a/src/registrar/views/index.py b/src/registrar/views/index.py index ecdbf2702..4d17a3ea5 100644 --- a/src/registrar/views/index.py +++ b/src/registrar/views/index.py @@ -8,5 +8,4 @@ def index(request): if request and request.user and request.user.is_authenticated: # This controls the creation of a new domain request in the wizard context["user_domain_count"] = request.user.get_user_domain_ids(request).count() - return render(request, "home.html", context)