From c07194e38273ca6abe73b8b61ec9ed71977e706e Mon Sep 17 00:00:00 2001 From: Aaron WALKER Date: Thu, 7 Sep 2017 16:20:31 +0200 Subject: [PATCH] Fix incorrect i18n documentation --- django_select2/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/django_select2/conf.py b/django_select2/conf.py index 40db8f9..fd62026 100644 --- a/django_select2/conf.py +++ b/django_select2/conf.py @@ -78,10 +78,10 @@ class Select2Conf(AppConf): """ The base URI for the Select2 i18n files. By default this points to the Cloudflare CDN. - If you want to select the version of the JS library used, or want to serve it from + If you want to select the version of the I18N library used, or want to serve it from the local 'static' resources, add a line to your settings.py like so:: - SELECT2_JS = 'assets/js/i18n' + SELECT2_I18N_PATH = 'assets/js/i18n' .. tip:: Change this setting to a local asset in your development environment to develop without an Internet connection.