im following tutorial https://docs.djangoproject.com/en/5.1/intro/tutorial04/
this is my code
https://github.com/nengkya/fucker
i got error :
Field 'id' expected a number but got 'choice.id'.
2 messages · Page 1 of 1 (latest)
im following tutorial https://docs.djangoproject.com/en/5.1/intro/tutorial04/
this is my code
https://github.com/nengkya/fucker
i got error :
Field 'id' expected a number but got 'choice.id'.
The tutorial has value="{{ choice.id }}"
Your code has value=choice.id