settings secret_key from myslice.ini, current_site get the url from request.META...
[unfold.git] / unfold / templates / plugin-init.js
1 $(document).ready(function() { $('#{{ domid }}').{{ plugin_classname }}({{ settings_json|safe }}); });