mixxorz / slippers

A UI component framework for Django. Built on top of Django Template Language.

Home Page:https://mitchel.me/slippers/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Inline component defines nodelist as None

topher235 opened this issue · comments

The nodelist being defined as None for inline components is causing some incompatibility issues with other libraries, e.g. django-render-block, because they can't iterate over None. I think the value set should be an empty list or NodeList.

Fixed by #49