{{profile.first-name.value}}
My variable is hypeh only...I wish I could do first_name, but many variables are hyphens. However, due to this problem, I can't display my variables in the template. Why?
{{profile.first-name.value}}
My variable is hypeh only...I wish I could do first_name, but many variables are hyphens. However, due to this problem, I can't display my variables in the template. Why?
The hyphen is an operator in Python. It would work better if you swapped all hyphens for underscores.