nikalexis / django_htmx_ui

MIT License
17 stars 1 forks source link

ValueError been thrown when model not required #3

Open litsakis opened 6 months ago

litsakis commented 6 months ago

https://github.com/nikalexis/django_htmx_ui/blob/654d0d13fa50ff91309bf0a178403d74c3477ec6/src/django_htmx_ui/views/properties.py#L54

fix: if self.required and obj is None: