Skip to content
Advertisement

Tag: bootstrap-4

Django not showing group manage options in admin page

Recently, I deployed a Django web app. However, when I’m accessing the admin page, I’m not getting the expected interface to add or remove a user from a certain group: At the of inspecting the page, I’m receiving the following messages: any idea about how to handle these errros? Thanks! Answer Content Security Policies are usually controlled via middleware like

Contained submit button validating other forms

I have two forms on my page, each with its own fields and submit button, but whenever I use any of them, they always check the overall page fields instead of just the form they’re contained in… The simulator.html has two forms, the first one is this: And the second one is this: The views.py file has the back-end code

Advertisement