From dfb158eb2671165deccec3389e5d5d2df207c317 Mon Sep 17 00:00:00 2001 From: Amit Garu Date: Fri, 21 May 2021 09:33:32 +0545 Subject: [PATCH] Update README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index cfaf206..2c8faf9 100644 --- a/README.rst +++ b/README.rst @@ -41,7 +41,7 @@ Quick start ... nepali_date = NepaliDateField() -4. Whenever using the field in html add the `init` script to load the date picker:: +4. Whenever using the field in html add the script: ``{% static 'nepali_datetime_field/init.js' %}`` to load the date picker:: {% load static %}