mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	Remove stale new-user and redirect to /hello
(imported from commit e32946dea1512fa2593f3e9023c40a5541289dcd)
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user