From ddbda86d459b7cd7d5030338b755fa6eee374b1f Mon Sep 17 00:00:00 2001 From: KerollesFathy Date: Mon, 9 Feb 2026 21:35:32 +0000 Subject: [PATCH] fix: remove duplicate "More articles on category" link --- .../doctype/help_article/templates/help_article.html | 7 ------- 1 file changed, 7 deletions(-) diff --git a/frappe/website/doctype/help_article/templates/help_article.html b/frappe/website/doctype/help_article/templates/help_article.html index 105b63e651..62501f402e 100644 --- a/frappe/website/doctype/help_article/templates/help_article.html +++ b/frappe/website/doctype/help_article/templates/help_article.html @@ -27,13 +27,6 @@ -
-
- - {{ _("More articles on {0}").format(category.name) }} - -
-
Comments