django-bootstrap5
django-bootstrap5 copied to clipboard
error on core.py file
Hi, Just a tiny error on the core.py file that I forgot to fix on loading the app in a new environment, the final 's' is missing on line 13:
"url": "https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.j",
Rather than:
"url": "https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js",
Easy enough to fix but thought it might be handy to prevent any panic moments!
Kind Regards,
Simon
I've got a production system that I can't go live with due to this issue on pythonanywhere; whilst I can fix it in my local virtualenv, I can't find the directory for the virtualenv on pythonanywhere, could you take a look and fix this so I can reinstall the package once it's fixed?
This seems to be fixed in 21.2+.