mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
Comparison page.
(imported from commit 4e2ce843bd066fd20e5840b2fd5cd2d991be02e7)
This commit is contained in:
@@ -60,6 +60,7 @@ urlpatterns = patterns('',
|
||||
url(r'^what-is-humbug/$', TemplateView.as_view(template_name='zerver/what-is-humbug.html')),
|
||||
url(r'^new-user/$', RedirectView.as_view(url='/hello')),
|
||||
url(r'^features/$', TemplateView.as_view(template_name='zerver/features.html')),
|
||||
url(r'^compare/$', TemplateView.as_view(template_name='zerver/compare.html')),
|
||||
|
||||
# Landing page, signup form, and nice register URL
|
||||
url(r'^hello/$', TemplateView.as_view(template_name='zerver/hello.html'),
|
||||
|
||||
Reference in New Issue
Block a user