mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
Fixed #27313 -- Allowed overriding admin popup response template.
This commit is contained in:
parent
fb1349ce8c
commit
1e629928e9
6 changed files with 80 additions and 6 deletions
1
tests/templates/custom_admin/popup_response.html
Normal file
1
tests/templates/custom_admin/popup_response.html
Normal file
|
@ -0,0 +1 @@
|
|||
{% extends "admin/popup_response.html" %}
|
Loading…
Add table
Add a link
Reference in a new issue