Re: Issue with passing parameters in urls

2020-04-01 Thread aniket kamthe
hey Antje, Let me check and get back. I think I have got the problem, I will get back if I have further issues. On Wed, Apr 1, 2020 at 2:32 PM Antje Kazimiers wrote: > Hi Aniket, > > Your thread object in your template is actually a message since your > passing messages to context in your view.

Re: Issue with passing parameters in urls

2020-04-01 Thread Antje Kazimiers
Hi Aniket, Your thread object in your template is actually a message since your passing messages to context in your view. but when you initialize messages you don't set a name attribute. So I would double check your Message model if it has a name attribute. btw your error message didn't display

Issue with passing parameters in urls

2020-03-30 Thread aniket kamthe
Hey All, I have been watching your youtube tutorials and have been stuck on an issue for a while now. Can you help me out pls - I am trying to pass a parameter via a button in an HTML file and using that in the next link to access a specific set of entries from the database - HTML File code