diff options
Diffstat (limited to 'parts/django/tests/templates/custom_admin/index.html')
-rw-r--r-- | parts/django/tests/templates/custom_admin/index.html | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/parts/django/tests/templates/custom_admin/index.html b/parts/django/tests/templates/custom_admin/index.html deleted file mode 100644 index 75b6ca3..0000000 --- a/parts/django/tests/templates/custom_admin/index.html +++ /dev/null @@ -1,6 +0,0 @@ -{% extends "admin/index.html" %} - -{% block content %} -Hello from a custom index template {{ foo }} -{{ block.super }} -{% endblock %} |