From 40a8747eb1452b69e4a4207340ba572743035a1a Mon Sep 17 00:00:00 2001 From: Joe Ardent Date: Fri, 8 Mar 2024 17:16:07 -0800 Subject: [PATCH] fix login url for final redirect --- templates/signup_success.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/signup_success.html b/templates/signup_success.html index 9087032..ac51c38 100644 --- a/templates/signup_success.html +++ b/templates/signup_success.html @@ -13,7 +13,8 @@

-

Now, head on over to the login page and git going! +

Now, head on over to the login page and git + going!

{% endblock %}