Loading django/contrib/admin/templates/admin/popup_response.html +2 −2 Original line number Diff line number Diff line <!DOCTYPE html> {% load i18n %}<!DOCTYPE html> <html> <head><title></title></head> <head><title>{% trans 'Popup closing...' %}</title></head> <body> <script type="text/javascript"> {% if action == 'change' %} Loading Loading
django/contrib/admin/templates/admin/popup_response.html +2 −2 Original line number Diff line number Diff line <!DOCTYPE html> {% load i18n %}<!DOCTYPE html> <html> <head><title></title></head> <head><title>{% trans 'Popup closing...' %}</title></head> <body> <script type="text/javascript"> {% if action == 'change' %} Loading