Skip to content

Commit 4cca9de

Browse files
authored
Merge pull request #4 from testdrivenio/fix-typo
fix typo
2 parents 5e19f70 + 67debb4 commit 4cca9de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

polls/templates/form_ws.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
// Get all field data from the form
100100
const formData = new URLSearchParams(new FormData(yourForm));
101101

102-
fetch('/form/', {
102+
fetch('/form_ws/', {
103103
method: 'POST',
104104
headers: {
105105
'X-CSRFToken': getCookie('csrftoken'),

0 commit comments

Comments
 (0)