djLint/tests/django_admin/admin/popup_response.html

11 lines
323 B
HTML
Raw Normal View History

2021-07-29 18:41:34 +00:00
{% load i18n static %}
<!DOCTYPE html>
<html>
<head>
<title>{% translate 'Popup closing…' %}</title>
</head>
<body>
<script id="django-admin-popup-response-constants" src="{% static "admin/js/popup_response.js" %}" data-popup-response="{{ popup_response_data }}"></script>
</body>
</html>