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

Javascript line number mapping -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -