https://htmx.org logo
I don’t do the form.as_p thing. I like to write al...
# 🔥-django-htmx
m
I don’t do the form.as_p thing. I like to write all mine for some reason. If the as_p puts ids in the html, you’ll need to make it not do that. Maybe you could tell Django to add a time stamp string to any ids it includes in a form. Maybe use middle ware to do that? I’m not a Django expert though so those could be not great ideas 😂