{% extends 'admin/master.html' %} {% block head_tail %} {% endblock head_tail %} {% block body %} {{ super() }}
Simple admin views, not related to models.
I have an inline style applied that passes CSP checks because I've injected a nonce value.
But I don't have any styling applied because CSP is protecting me.
Back