diff options
| author | Luke Plant <L.Plant.98@cantab.net> | 2008-06-24 19:44:31 +0000 |
|---|---|---|
| committer | Luke Plant <L.Plant.98@cantab.net> | 2008-06-24 19:44:31 +0000 |
| commit | 56584a66523b6811c03eb47d26389746965b2535 (patch) | |
| tree | c01b8a2ba5a52b918038acfe4d2ad54609f83814 /django/contrib/admin/templates/widget/foreign.html | |
| parent | cf438282aa76ebf7a05dda55febbeca34be64db8 (diff) | |
newforms-admin: Fixed #6604 - removed useless code. Thanks Petr Marhoun, programmerq
git-svn-id: http://code.djangoproject.com/svn/django/branches/newforms-admin@7736 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'django/contrib/admin/templates/widget/foreign.html')
| -rw-r--r-- | django/contrib/admin/templates/widget/foreign.html | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/django/contrib/admin/templates/widget/foreign.html b/django/contrib/admin/templates/widget/foreign.html deleted file mode 100644 index 476fdb9b37..0000000000 --- a/django/contrib/admin/templates/widget/foreign.html +++ /dev/null @@ -1,10 +0,0 @@ -{% load admin_modify adminmedia %} -{% output_all bound_field.form_fields %} -{% if change %} - {% if bound_field.field.primary_key %} - {{ bound_field.original_value }} - {% endif %} - {% if bound_field.raw_id_admin %} - {% if bound_field.existing_display %} <strong>{{ bound_field.existing_display|truncatewords:"14"|escape }}</strong>{% endif %} - {% endif %} -{% endif %} |
