diff -r 57b4279d8c4e -r 03e267d67478 app/django/contrib/admin/templates/widget/file.html
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/app/django/contrib/admin/templates/widget/file.html Fri Jul 18 18:22:23 2008 +0000
@@ -0,0 +1,4 @@
+{% load admin_modify i18n %}{% if bound_field.original_value %}
+{% trans "Currently:" %} {{ bound_field.original_value|escape }}
+{% trans "Change:" %}{% output_all bound_field.form_fields %}
+{% else %} {% output_all bound_field.form_fields %} {% endif %}