From 3bbbd1b606714bd9f111bc047e3534d99ff0bc85 Mon Sep 17 00:00:00 2001 From: Shivam Mishra Date: Mon, 22 Jun 2020 16:46:56 +0530 Subject: [PATCH] feat: added search to support page --- erpnext/www/support/index.html | 37 +++++++++++++++++++++++++++++++++- 1 file changed, 36 insertions(+), 1 deletion(-) diff --git a/erpnext/www/support/index.html b/erpnext/www/support/index.html index 93da503dbb0..8fce0e3896d 100644 --- a/erpnext/www/support/index.html +++ b/erpnext/www/support/index.html @@ -9,6 +9,33 @@

{{ greeting_subtitle }}

{% endif %} +
+ + +
@@ -55,4 +82,12 @@ {% endif %} -{% endblock %} \ No newline at end of file +{% endblock %} + +{%- block script -%} + +{%- endblock -%}