Re: django widget combo box

2008-01-02 Thread mike
I have used the formtags that is inluded in the nongselect tar package. It seems with the development version of django the import statements {% load formtags %} no longer work, I need a way to replace the {% selectrow form.reporter "/myapp/reporter_lookup/?q=%{searchString}" "first_name" %}

Re: django widget combo box

2007-12-15 Thread [EMAIL PROTECTED]
On Dec 15, 1:40 am, mike <[EMAIL PROTECTED]> wrote: > http://code.djangoproject.com/wiki/AJAXWidgetComboBox > > Has anyone had any luck with this, I get to the template section and > cant get past the {% load formtags %} part. I found a formtags.py > from "Koders search" by googling and placed

django widget combo box

2007-12-14 Thread mike
http://code.djangoproject.com/wiki/AJAXWidgetComboBox Has anyone had any luck with this, I get to the template section and cant get past the {% load formtags %} part. I found a formtags.py from "Koders search" by googling and placed in the django templatetags folder, but keep getting this error