From bbecd413760238b81d40cba78189dba0b7bbbc7a Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Sat, 18 Feb 2017 14:58:54 -0800 Subject: [PATCH] help: Fix link to index page being present on index page. Fixes #3613. --- templates/zerver/help/main.html | 2 ++ zerver/views/integrations.py | 2 ++ 2 files changed, 4 insertions(+) diff --git a/templates/zerver/help/main.html b/templates/zerver/help/main.html index 78842a2e30..641d5a5b15 100644 --- a/templates/zerver/help/main.html +++ b/templates/zerver/help/main.html @@ -6,9 +6,11 @@
+ {% if not_index_page %} + {% endif %} {{ article|render_markdown_path }}