Remove type="text/css" and type="text/javascript" attributes.

This commit is contained in:
Fabio Caccamo
2023-12-21 11:00:59 +01:00
parent b5980b85e6
commit 6dbe8fec0f
7 changed files with 14 additions and 15 deletions
@@ -2,8 +2,7 @@
<html>
<head><title>{% trans 'Popup closing...' %}</title></head>
<body>
<script type="text/javascript"
id="django-admin-popup-response-constants"
<script id="django-admin-popup-response-constants"
src="{% static "admin/js/popup_response.js" %}"
{% if popup_response_data %}
data-popup-response="{{ popup_response_data }}"