diff --git a/src/registrar/views/index.py b/src/registrar/views/index.py index 030d6b162..853794028 100644 --- a/src/registrar/views/index.py +++ b/src/registrar/views/index.py @@ -9,4 +9,5 @@ def index(request): # 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)