You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the interesting project, I have started to experiment with it for an existing internal project. For one of the templates, I named a context key items like this:
Running manage.py runserver completed without errors, however the page loaded while showing two "empty" <li> items, even though I supplied more than that. If I renamed items to objects the problem went away, so it is probably a naming clash with template.items:
Thanks for the interesting project, I have started to experiment with it for an existing internal project. For one of the templates, I named a context key
items
like this:And then in the client code:
Running
manage.py runserver
completed without errors, however the page loaded while showing two "empty"<li>
items, even though I supplied more than that. If I renameditems
toobjects
the problem went away, so it is probably a naming clash withtemplate.items
:reactivated/reactivated/templates.py
Line 79 in 19e3d99
I guess it would be nicer to warn users
The text was updated successfully, but these errors were encountered: