portico: Add draft /for/research page.

Currently unlinked as this is pretty rough and needs feedback.
This commit is contained in:
Tim Abbott
2020-05-20 17:12:17 -07:00
parent ad723f1ab4
commit 39be75e06d
3 changed files with 251 additions and 0 deletions

View File

@@ -557,6 +557,8 @@ i18n_urls = [
url(r'^why-zulip/$', zerver.views.portico.landing_view, {'template_name': 'zerver/why-zulip.html'}),
url(r'^for/open-source/$', zerver.views.portico.landing_view,
{'template_name': 'zerver/for-open-source.html'}),
url(r'^for/research/$', zerver.views.portico.landing_view,
{'template_name': 'zerver/for-research.html'}),
url(r'^for/companies/$', zerver.views.portico.landing_view,
{'template_name': 'zerver/for-companies.html'}),
url(r'^for/working-groups-and-communities/$', zerver.views.portico.landing_view,