Remove stale new-user and redirect to /hello

(imported from commit e32946dea1512fa2593f3e9023c40a5541289dcd)
This commit is contained in:
Leo Franchi
2013-09-10 17:17:37 -04:00
parent f86c8255bb
commit f559d27190
2 changed files with 1 additions and 55 deletions

View File

@@ -58,7 +58,7 @@ urlpatterns = patterns('',
# "About Zulip" information
url(r'^what-is-humbug/$', TemplateView.as_view(template_name='zerver/what-is-humbug.html')),
url(r'^new-user/$', TemplateView.as_view(template_name='zerver/new-user.html')),
url(r'^new-user/$', RedirectView.as_view(url='/hello')),
url(r'^features/$', TemplateView.as_view(template_name='zerver/features.html')),
# Landing page, signup form, and nice register URL