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 nothing post i > want a form with t

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