diff --git a/templates/zerver/integrations/index.html b/templates/zerver/integrations/index.html index c9cb7e4e36..e2c277f49e 100644 --- a/templates/zerver/integrations/index.html +++ b/templates/zerver/integrations/index.html @@ -21,99 +21,99 @@
-
-
-

- {% trans %}Over 60 native integrations.{% endtrans %} -

-
-

- {% trans %} - And hundreds more through - Hubot, - Zapier, - and - IFTTT. - {% endtrans %} -

-
- - diff --git a/tools/check-templates b/tools/check-templates index 25b4a49fea..187bef69e4 100755 --- a/tools/check-templates +++ b/tools/check-templates @@ -130,7 +130,6 @@ def check_html_templates(templates, all_dups): 'templates/zerver/hello.html', 'templates/zerver/home.html', 'templates/zerver/index.html', - 'templates/zerver/integrations/index.html', 'templates/zerver/keyboard_shortcuts.html', 'templates/zerver/login.html', 'templates/zerver/markdown_help.html',