I have no idea why i receive "The result is False" What is wrong with the code?
x = True
t = Template("""
{% if x %}
The result is True.
{% else %}
The result is False.
{% endif %}
""")
c = Context()
html = t.render(c)
return HttpResponse(html)
Regards
Aucun commentaire:
Enregistrer un commentaire