Update conf.py

Minor copy-paste error.

Closed #240
This commit is contained in:
Andrew Dodd 2015-12-17 08:24:27 +01:00 committed by Johannes Hoppe
parent e655ed7a59
commit 89674ec375

View file

@ -55,7 +55,7 @@ class Select2Conf(AppConf):
If you want to select the version of the JS library used, or want to serve it from
the local 'static' resources, add a line to your settings.py like so::
SELECT2_JS = 'assets/css/select2.min.js'
SELECT2_JS = 'assets/js/select2.min.js'
.. tip:: Change this setting to a local asset in your development environment to
develop without an internet connection.