diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2006-04-15 16:46:54 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2006-04-15 16:46:54 +0000 |
| commit | 6442fd27bcf116d62ba5108436a28a3ed4df95e5 (patch) | |
| tree | f009cbf6b31afe163e01d3e75f614427ea7f6100 /django/contrib/admin/templates/widget/many_to_many.html | |
| parent | 39d42d48618efbb5e5176a8b65b635a84bed45a5 (diff) | |
magic-removal: Fixed #500 -- Removed TEMPLATE_FILE_EXTENSION setting so that template loading requires you to give the full filename, including extension. This applies everywhere, even in the 'extends' and 'include' template tags.
git-svn-id: http://code.djangoproject.com/svn/django/branches/magic-removal@2700 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'django/contrib/admin/templates/widget/many_to_many.html')
| -rw-r--r-- | django/contrib/admin/templates/widget/many_to_many.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/django/contrib/admin/templates/widget/many_to_many.html b/django/contrib/admin/templates/widget/many_to_many.html index 151fe04f30..a93aa65f73 100644 --- a/django/contrib/admin/templates/widget/many_to_many.html +++ b/django/contrib/admin/templates/widget/many_to_many.html @@ -1 +1 @@ -{% include "widget/foreign" %} +{% include "widget/foreign.html" %} |
