Dead submit / update / delete buttons, nothing happens on click. #115
Replies: 1 comment 6 replies
-
This change has been introduced in version 1 to avoid naming conflicts with other libraries.
No.
This might be a problem, but is unlikely.
No. If Anyway, first question to answer is: Is the submitted data send to the server? Or in other words, is the problem part of the client-side or on the server-side. Did you open the browser's devtools and checked for errors there? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When I fill out a new form and click the submit button, nothing happens. I've pored over the documentation and followed the examples but no luck. Django(5.0.2) and django-formset(1.3.8) have been updated. The only changes I saw that applied were changing 'click' to 'df-click' in my customer-add.html template but that still didn't fix the problem.
I have a few ideas what could be causing the problem and corresponding questions but am unsure how to test them out as I this is the first time I'm working with css / bootstrap / javascript / typescript (I only have a small background in Python).
I posted this in discussion instead of issues because I doubt the issue is a problem with the formset library as this is a very basic function and I'm sure other people would have run into it if it were. A fresh set of eyes on this would be greatly appreciated because I am stuck! I get the feeling this is something very simple I'm overlooking.
models.py:
forms.py:
views.py:
urls.py
base.html
customer-add.html
Beta Was this translation helpful? Give feedback.
All reactions