This commit is contained in:
Rachid Mrad 2024-06-11 16:13:18 -04:00
parent dfd4e2c372
commit 48e2673b1b
No known key found for this signature in database

View file

@ -31,7 +31,6 @@ def index(request):
context["modal_button"] = modal_button
# This controls the creation of a new domain request in the wizard
print("will set session")
request.session["new_request"] = True
return render(request, "home.html", context)