Re: How to override the javascript default editable bootstap values in Django

2018-09-17 Thread Srinivas Gadi
Can someone please help me with this? On Sun, Sep 16, 2018 at 4:07 PM Srinivas Gadi wrote: > am stuck at overriding the default editable bootstrap values in Django > framework javascript HTML page > > In my webpage, it coded as below > > > $.fn.editable.defaults.url = "{% url 'page1'

How to override the javascript default editable bootstap values in Django

2018-09-16 Thread Srinivas Gadi
am stuck at overriding the default editable bootstrap values in Django framework javascript HTML page In my webpage, it coded as below $.fn.editable.defaults.url = "{% url 'page1' model.PATH %}"; Now my requirement is, When I click on a button, it check the views.py(page1, which is