EDIT: SOLVED Buttons are completely unresponsive. A simple model utilizing the example from Chapter 9 of the docs produces a dead add button. #66
Unanswered
omarcoming
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
EDIT: SORRY! I did not include django-formset.js in this example. However the reason I asked was because I was having the same issue in my project but because I forked it from an existing repo I'm a bit lost and might start from scratch.
I can't get even the simplest model/form button to work using the example in Chapter 9 of the documentation. The following example doesn't throw any errors in the browser console.
#models.py:
#forms.py:
#views.py:
#urls.py:
#customer-edit.html:
I came across this issue while I was testing/debugging for my project. I thought it maybe had something to do with not loading the typescript implementation of 'click' based on the error I got but this simple example presents the same problem, although without this error:
Beta Was this translation helpful? Give feedback.
All reactions