diff --git a/corporate/urls.py b/corporate/urls.py index 983fee99fc523..73e2c5e351025 100644 --- a/corporate/urls.py +++ b/corporate/urls.py @@ -5,9 +5,6 @@ # Zephyr/MIT url(r'^zephyr/$', TemplateView.as_view(template_name='corporate/zephyr.html')), url(r'^zephyr-mirror/$', TemplateView.as_view(template_name='corporate/zephyr-mirror.html')), - - # Privacy policy - url(r'^privacy/$', TemplateView.as_view(template_name='corporate/privacy.html')), ] urlpatterns = i18n_urlpatterns diff --git a/docs/prod-customize.md b/docs/prod-customize.md index e19f8f68f17a7..24dcc2f7da721 100644 --- a/docs/prod-customize.md +++ b/docs/prod-customize.md @@ -1,12 +1,13 @@ # Customize Zulip Once you've got Zulip setup, you'll likely want to configure it the -way you like. There are four big things to focus on: +way you like. There are several things to focus on: 1. [Integrations](#integrations) 2. [Streams and Topics](#streams-and-topics) 3. [Notification settings](#notification-settings) 4. [Mobile and desktop apps](#mobile-and-desktop-apps) +5. [Terms of service and Privacy policy](#terms-of-service-and-privacy-policy) Lastly, read about Zulip's other [great features](#all-other-features), and then [enjoy your Zulip installation](#enjoy-your-zulip-installation)! @@ -70,6 +71,16 @@ over which messages trigger desktop notifications; you can configure these extensively in the `/#settings` page (get there from the gear menu). +## Terms of service and Privacy policy + +Zulip allows you to configure your server's Terms of Service and +Privacy Policy pages (`/terms` and `/privacy`, respectively). You can +use the `TERMS_OF_SERVICE` and `PRIVACY_POLICY` settings to configure +the path to your server's policies. The syntax is Markdown (with +support for included HTML). A good approach is to use paths like +`/etc/zulip/terms.md`, so that it's easy to back up your policy +configuration along with your other Zulip server configuration. + ## Mobile and desktop apps Currently, the Zulip Desktop app diff --git a/templates/zerver/portico.html b/templates/zerver/portico.html index a4c5305784edc..9565a6696c5e6 100644 --- a/templates/zerver/portico.html +++ b/templates/zerver/portico.html @@ -67,19 +67,12 @@ {% if about_link_disabled %} {% else %}