[mezzanine-users] VariableDoesNotExist exception for JQUERY_UI_FILENAME

2014-01-14 Thread mapman17
Hi! In mezzanine base.html template I add: script src={% static mezzanine/js/|add:settings.JQUERY_UI_FILENAME %}/script This should properly retrieve the JQUERY_UI_FILENAME variable value from mezzanine.core.defaults.py. It however does not. Here's the traceback:

Re: [mezzanine-users] VariableDoesNotExist exception for JQUERY_UI_FILENAME

2014-01-14 Thread Stephen McDonald
Settings available in templates are listed here: http://mezzanine.jupo.org/docs/configuration.html#template-accessible-settings You'll find instructions for changing it on that same page. On Wed, Jan 15, 2014 at 8:26 AM, mapma...@gmail.com wrote: Hi! In mezzanine base.html template I add:

Re: [mezzanine-users] VariableDoesNotExist exception for JQUERY_UI_FILENAME

2014-01-14 Thread mapman17
Thank you. Could you explain the reasoning why JQUERY_FILENAME is avaible by default and JQUERY_UI_FILENAME is not? On Tuesday, January 14, 2014 10:29:20 PM UTC+1, Stephen McDonald wrote: Settings available in templates are listed here: