app/django/contrib/admin/templates/widget/file.html
changeset 54 03e267d67478
equal deleted inserted replaced
53:57b4279d8c4e 54:03e267d67478
       
     1 {% load admin_modify i18n %}{% if bound_field.original_value %}
       
     2 {% trans "Currently:" %} <a href="{{ bound_field.original_url }}" > {{ bound_field.original_value|escape }} </a><br />
       
     3 {% trans "Change:" %}{% output_all bound_field.form_fields %}
       
     4 {% else %} {% output_all bound_field.form_fields %} {% endif %}