byashimov / django-controlcenter

Set of widgets to build dashboards for Django projects
BSD 3-Clause "New" or "Revised" License
989 stars 85 forks source link

syntax error in template #37

Closed minusf closed 5 years ago

minusf commented 5 years ago

There is an invisible 0x00a0 character after in

controlcenter/templates/controlcenter/widgets/contrib/key_value_list.html:
TemplateSyntaxError 'for' statements should use the format 'for x in y': for key, value in ̰ widget.items
minusf commented 5 years ago

well, not really invisible 😸 still, obscure.

byashimov commented 5 years ago

Oh gosh. Thanks!