app/django/contrib/admin/templates/widget/file.html
author Todd Larsen <tlarsen@google.com>
Wed, 20 Aug 2008 00:18:56 +0000
changeset 92 296e0d824407
parent 54 03e267d67478
permissions -rw-r--r--
Create package for up-coming Role views.

{% load admin_modify i18n %}{% if bound_field.original_value %}
{% trans "Currently:" %} <a href="{{ bound_field.original_url }}" > {{ bound_field.original_value|escape }} </a><br />
{% trans "Change:" %}{% output_all bound_field.form_fields %}
{% else %} {% output_all bound_field.form_fields %} {% endif %}