mirror of https://github.com/zulip/zulip.git
8167b5b645
The current code looks like it's trying to redirect /integrations/doc/email to /integrations when EMAIL_GATEWAY_PATTERN is not set. I think it doesn't currently do this. The test for that pathway has a bug: self.get_doc('integrations/doc-html/email', subdomain='zulip') needs a leading slash, and putting the slash back in results in the test failing. This redirection is not really desired behavior -- better is to unconditionally show that the email integration exists, and just point the user to https://zulip.readthedocs.io/en/latest/production/email-gateway.html (this is done in a child commit). |
||
---|---|---|
.. | ||
jinja2 | ||
__init__.py | ||
backends.py | ||
dev_settings.py | ||
dev_urls.py | ||
email_backends.py | ||
legacy_urls.py | ||
prod_settings_template.py | ||
settings.py | ||
slack_importer_test_settings.py | ||
terms.md.template | ||
test_settings.py | ||
urls.py | ||
wsgi.py |