Move Zulip's TOS to TERMS_OF_SERVICE markdown file.

This reimplements zulip.com/terms using the new markdown system.
This commit is contained in:
acrefoot
2016-05-11 10:29:29 -07:00
committed by Tim Abbott
parent e568dbc76f
commit b7ccf64c79
9 changed files with 266 additions and 273 deletions

View File

@@ -8,7 +8,6 @@ i18n_urlpatterns = [
url(r'^zephyr-mirror/$', TemplateView.as_view(template_name='corporate/zephyr-mirror.html')),
# Terms of service and privacy policy
url(r'^terms/$', TemplateView.as_view(template_name='corporate/terms.html')),
url(r'^terms-enterprise/$', TemplateView.as_view(template_name='corporate/terms-enterprise.html')),
url(r'^privacy/$', TemplateView.as_view(template_name='corporate/privacy.html')),
]