weird syntax error in django template -


{% item in items %}    hiii  {% endfor %) 

i using template , while rendering getting

in template /home/user/code/templates/temp_name, error @ line 1

theres paren @ end of endfor instead of curly brace.

{% endfor %) 

should be

{% endfor %} 

Comments

Popular posts from this blog

python - Does anyone know how to configure the hunpos wrapper class on nltk? -

mysql - How to insert just year and month into date field? -