mirror of
https://github.com/Hopiu/djLint.git
synced 2026-03-16 21:40:24 +00:00
10 lines
323 B
HTML
10 lines
323 B
HTML
{% 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>
|