Commit f33c3089 by Carson Gee

Switched from symlink to rename of template

parent 2bf6df23
......@@ -28,7 +28,7 @@ def signup(request):
# and registration is disabled.
return redirect(reverse('login'))
return render_to_response('signup.html', {'csrf': csrf_token})
return render_to_response('register.html', {'csrf': csrf_token})
@ssl_login_shortcut
......
signup.html
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment