fork of official jet with some fixes

This commit is contained in:
2022-01-11 14:16:36 +01:00
commit 4063d9e2ab
359 changed files with 17134 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
{% load i18n static jet_tags %}<!DOCTYPE html>
<html>
<head>
<title>{% trans 'Popup closing...' %}</title>
<script src="{% static "jet/js/build/bundle.min.js" %}"></script>
</head>
<body>
{% jet_popup_response_data as data %}
<div id="django-admin-popup-response-constants"
data-popup-response="{{ data|escape }}">
</div>
</body>
</html>