Modify /hello to go to register instead of signup on Enterprise

Also move the urls.py lines to the right place

(imported from commit f9d9805fe599ceffb6cdd1ed572d8656cb0d6d95)
This commit is contained in:
acrefoot
2013-11-21 12:05:25 -05:00
parent fd4565dd67
commit 3a982c7c06
3 changed files with 17 additions and 8 deletions

View File

@@ -12,13 +12,8 @@ urlpatterns = patterns('',
url(r'^zephyr-mirror/$', TemplateView.as_view(template_name='corporate/zephyr-mirror.html')),
# Marketing
# Landing page, features pages, signup form, etc.
url(r'^hello/$', TemplateView.as_view(template_name='corporate/hello.html'),
name='landing-page'),
url(r'^new-user/$', RedirectView.as_view(url='/hello')),
url(r'^features/$', TemplateView.as_view(template_name='corporate/features.html')),
url(r'^compare/$', TemplateView.as_view(template_name='corporate/compare.html')),
# signup form
url(r'^signup/$', TemplateView.as_view(template_name='corporate/signup.html'),
name='signup'),
# TODO: The beta signup view should probably be moved to corporate.