Re: date picker

2016-01-18 Thread Michal Petrucha
On Tue, Jan 19, 2016 at 09:56:49AM +1100, sum abiut wrote: > Hi Michal, > > > here is my template.html, i believe it has all the required java script, > Yes the origin template was copy past from this template. Hi Sum, I asked for the rendered output HTML, not the original template. But mostly

Re: date picker

2016-01-18 Thread sum abiut
Hi Michal, here is my template.html, i believe it has all the required java script, Yes the origin template was copy past from this template. RBV Registry dasboard https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.m

Re: date picker

2016-01-18 Thread Michal Petrucha
On Tue, Jan 19, 2016 at 08:57:38AM +1100, sum abiut wrote: > Thank heaps for your help. I have made the changes, still datepicker is not > showing on the datefields. > > Cheers That's unfortunate – could you perhaps post the HTML output? Does it contain the required JavaScript? That template you

Re: date picker

2016-01-18 Thread sum abiut
Thank heaps for your help. I have made the changes, still datepicker is not showing on the datefields. Cheers On Tue, Jan 19, 2016 at 8:37 AM, Michal Petrucha < michal.petru...@konk.org> wrote: > On Tue, Jan 19, 2016 at 08:28:00AM +1100, sum abiut wrote: > > Yes i want to have the date pic

Re: date picker

2016-01-18 Thread Michal Petrucha
On Tue, Jan 19, 2016 at 08:28:00AM +1100, sum abiut wrote: > Yes i want to have the date picker widget on both DateFields. The date > picker does not appear on both datefields. i have made changes, but still > date picker is not showing > widgets = { > 'Value_date': forms.DateInput(attr

Re: date picker

2016-01-18 Thread sum abiut
Yes i want to have the date picker widget on both DateFields. The date picker does not appear on both datefields. i have made changes, but still date picker is not showing widgets = { 'Value_date': forms.DateInput(attrs={'class': 'datepicker'}), 'Done_Date': forms.DateInput(

Re: date picker

2016-01-18 Thread 'Tom Evans' via Django users
On Mon, Jan 18, 2016 at 1:03 AM, sum abiut wrote: > Hi, > i am having some trouble with my date picker. I probably missing someting, > the form fields are displaying fine, but some how the datepicker is no > displaying. probably something to do with my jquery. Please help > [ ... ] > class foregin

Re: date picker

2016-01-18 Thread Michal Petrucha
On Mon, Jan 18, 2016 at 12:03:00PM +1100, sum abiut wrote: > Hi, > i am having some trouble with my date picker. I probably missing someting, > the form fields are displaying fine, but some how the datepicker is no > displaying. probably something to do with my jquery. Please help Could you perhap