Spaces:
Sleeping
Sleeping
File size: 327 Bytes
2e53f8d |
1 2 3 4 5 6 7 8 9 10 11 |
{% 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>
|