Re: beginner . problem simple form.

2016-08-30 Thread Jordi Fernandez
e, 21 agost de 2016 15:41:07 UTC+2, ludovic coues va escriure: > > Do you have any message in the console where you run "python manage.py > runserver" ? > > 2016-08-21 12:16 GMT+02:00 Jordi Fernandez >: > > hi, > > > > I have my firts application

Re: beginner . problem simple form.

2016-08-30 Thread Jordi Fernandez
the second is a comment El dimarts, 30 agost de 2016 18:56:39 UTC+2, Jordi Fernandez va escriure: > > > yes , we are test > El dilluns, 22 agost de 2016 22:38:39 UTC+2, ludovic coues va escriure: >> >> The second form tag is in an html comment. Everything insid

Re: beginner . problem simple form.

2016-08-30 Thread Jordi Fernandez
have two form tags in your html? > > > > On Sun, Aug 21, 2016 at 10:40 AM, ludovic coues > wrote: > >> > >> Do you have any message in the console where you run "python manage.py > >> runserver" ? > >> > >> 2016-08-21 12:16 GMT+02:00

Re: simple form, beginner

2016-08-30 Thread Jordi Fernandez
sorry a error es undefined and other is error loading page (jquery) El dimarts, 30 agost de 2016 17:44:00 UTC+2, Jordi Fernandez va escriure: > > > {% > csrf_token %} > > > > {% csrf_token > %} > > > the two instrucctions not working, my view not received

simple form, beginner

2016-08-30 Thread Jordi Fernandez
{% csrf_token %} {% csrf_token %} the two instrucctions not working, my view not received nothing post i want a form with the same view. remember I am Beginner! thank you def crearasistenciaclasse(request): user = 6 form = CrearasistenciaclasseForm(my_arg=user) if reques

beginner . problem simple form.

2016-08-21 Thread Jordi Fernandez
hi, I have my firts application django it's fine. . But! I have a problem with a simple form. I think this is a problem the my experience of all entorn ( html, form action, ..) the problem is when a submit my form is a eror -> ERROR LOADING PAGE if I test my script I not received a method po