I have a Django App running on a local server. I am using the default admin features and rendering with collected static files. However, I am seeing ” [] ” inserted into the main content of the login form.
Why is this and how do I ensure this doesn’t occur?
1