Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chapter 13 error in script #53

Open
shaydulin opened this issue Sep 20, 2023 · 0 comments
Open

Chapter 13 error in script #53

shaydulin opened this issue Sep 20, 2023 · 0 comments

Comments

@shaydulin
Copy link

shaydulin commented Sep 20, 2023

Here:
https://github.com/PacktPublishing/Django-4-by-example/blob/main/Chapter13/educa/courses/templates/courses/manage/module/content_list.html

options['body'] = JSON.stringify(modulesOrder); on line 96
fetch(moduleOrderUrl, options) on line 99
options['body'] = JSON.stringify(contentOrder); on line 116
fetch(contentOrderUrl, options) on line 119

must be outside of cycle

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant