diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2007-01-24 05:38:29 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2007-01-24 05:38:29 +0000 |
| commit | 119d7b5674a87ee23e40a9cad7e6d23e0c1dca72 (patch) | |
| tree | 6b98da1db911ae572297fe55f450d21ad2de063a | |
| parent | 9df7ad46e769c57672ae172569b3e4682daac525 (diff) | |
newforms-admin: Removed one_to_one.html and many_to_many.html admin widget templates
git-svn-id: http://code.djangoproject.com/svn/django/branches/newforms-admin@4415 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| -rw-r--r-- | django/contrib/admin/templates/widget/many_to_many.html | 1 | ||||
| -rw-r--r-- | django/contrib/admin/templates/widget/one_to_one.html | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/django/contrib/admin/templates/widget/many_to_many.html b/django/contrib/admin/templates/widget/many_to_many.html deleted file mode 100644 index a93aa65f73..0000000000 --- a/django/contrib/admin/templates/widget/many_to_many.html +++ /dev/null @@ -1 +0,0 @@ -{% include "widget/foreign.html" %} diff --git a/django/contrib/admin/templates/widget/one_to_one.html b/django/contrib/admin/templates/widget/one_to_one.html deleted file mode 100644 index efd0117bf2..0000000000 --- a/django/contrib/admin/templates/widget/one_to_one.html +++ /dev/null @@ -1,2 +0,0 @@ -{% if add %}{% include "widget/foreign.html" %}{% endif %} -{% if change %}{% if bound_field.existing_display %} <strong>{{ bound_field.existing_display|truncatewords:"14"|escape }}</strong>{% endif %}{% endif %} |
