No Description

popup_response.html 327B

1234567891011
  1. {% load i18n static %}<!DOCTYPE html>
  2. <html>
  3. <head><title>{% translate 'Popup closing…' %}</title></head>
  4. <body>
  5. <script id="django-admin-popup-response-constants"
  6. src="{% static "admin/js/popup_response.js" %}"
  7. data-popup-response="{{ popup_response_data }}">
  8. </script>
  9. </body>
  10. </html>