From 516cac8a5ffb8d3364e3136c03275cf4ccd1cbe2 Mon Sep 17 00:00:00 2001 From: asaki222 Date: Thu, 5 Dec 2024 13:22:43 -0500 Subject: [PATCH] fixed the space finally VI --- src/registrar/views/index.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/registrar/views/index.py b/src/registrar/views/index.py index a3b685203..030d6b162 100644 --- a/src/registrar/views/index.py +++ b/src/registrar/views/index.py @@ -8,5 +8,5 @@ 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)