On 9 Mar, 17:41, bruno desthuilliers <bruno.desthuilli...@gmail.com>
wrote:
> On 9 mar, 09:01, maciekjbl <maciej....@gmail.com> wrote:


> > My base template :
> >  <form action="{% url promocje-search %}" method="get">
> >   <a href="{% url promocje-list %}"> Strona G³ówna </a> &bull;
> >   <lable for="q">Wyszukaj Producenta:</label> <input type="text"
> > name="q">
>
> Is that the full (relevant) code ? If yes, the closing </form> tag is
> missing, and you don't have any submit in it (and <label> is
> misspelled FWIW).


OMG !! 4 hours of searching and it was just one closing tag </form>.
Now it's working fine.

Thank you so much.

What do you mean <lable> is misspelled ?


> You mean "it submits the other form" ?

Yes. Because of unclose <form>. Thx onec more.


-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to