From 8c0a647e4eab72efec0e8fcf951114b637717159 Mon Sep 17 00:00:00 2001 From: Nick Sergeant Date: Sun, 28 Apr 2013 20:24:51 -0400 Subject: [PATCH] Redirect to username-home on signup. --- templates/registration/registration_complete.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/registration/registration_complete.html b/templates/registration/registration_complete.html index b64fabc..41d8eaa 100644 --- a/templates/registration/registration_complete.html +++ b/templates/registration/registration_complete.html @@ -7,7 +7,7 @@ {% block content %}
- Signup complete! You're now logged in. Go home, perhaps? + Signup complete! You're now logged in. Go home, perhaps?
{% endblock %}