You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{% extends 'admin/base.html' %}
{% block responsive %} {# Use 'responsive' instead of 'extrahead' in order to ensure right js files order #}
{{ block.super }}
<scripttype="text/javascript" src="/static/media/common/js/unsaved-changes-warning.js"></script>
{% endblock %}
Add JS
Code snippet is here, add
at the beginning of the file.
Add script to admin views
settings.py
:src/templates/admin/base_site.html
:Alternative possibility:
see this package
The text was updated successfully, but these errors were encountered: