landing: Add /plans/ describing ways to use Zulip.

Note from tabbott: This isn't yet linked to and will need to go
through significantly more iteration, but it's a start.
This commit is contained in:
Brock Whittaker
2017-05-15 11:42:04 -07:00
committed by Tim Abbott
parent f552c2fc2b
commit 2140a4aa01
8 changed files with 660 additions and 28 deletions

View File

@@ -146,6 +146,7 @@ i18n_urls = [
url(r'^integrations/(.*)', IntegrationView.as_view()),
url(r'^about/$', zerver.views.users.about_view),
url(r'^apps/(.*)', zerver.views.home.apps_view, name='zerver.views.home.apps_view'),
url(r'^plans/$', TemplateView.as_view(template_name='zerver/plans.html'), name='landing-page'),
url(r'^robots\.txt$', RedirectView.as_view(url='/static/robots.txt', permanent=True)),