torchbox / django-pattern-library

UI pattern libraries for Django templates
https://torchbox.github.io/django-pattern-library/
BSD 3-Clause "New" or "Revised" License
368 stars 46 forks source link

Add demo of using context modifiers to render forms and form fields #146

Closed thibaudcolas closed 3 years ago

thibaudcolas commented 3 years ago

Description

Attempting to use the new API from #141 to demonstrate how to render forms / form fields, but I can’t get the registry to work as expected.

Checklist