Jonathan Peacher

Results 2 issues of Jonathan Peacher

recently upgraded to latest version and the following happened. ``` {{ field|add_class:"form-check-input" }} ``` **before**: ``` ``` **after**: ``` ```

patch needed

Hi Carlton! 👋🏼 Playing around with Neapolitan 🍨 and I'm wanting to define specific fields lists for the list/detail/form templates. For example, something like: ```python class RecipeView(CRUDView): list_fields = ["name"]...

documentation