app/django/contrib/admin/templates/widget/file.html
author Todd Larsen <tlarsen@google.com>
Wed, 20 Aug 2008 00:16:27 +0000
changeset 89 5decd7730e02
parent 54 03e267d67478
permissions -rw-r--r--
Reduce the indent to two spaces per hierarchy level, comment some groups of tags that are related, move #header down by #footer.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
54
03e267d67478 Major reorganization of the soc svn repo, to merge into a single App Engine
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
     1
{% load admin_modify i18n %}{% if bound_field.original_value %}
03e267d67478 Major reorganization of the soc svn repo, to merge into a single App Engine
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
     2
{% trans "Currently:" %} <a href="{{ bound_field.original_url }}" > {{ bound_field.original_value|escape }} </a><br />
03e267d67478 Major reorganization of the soc svn repo, to merge into a single App Engine
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
     3
{% trans "Change:" %}{% output_all bound_field.form_fields %}
03e267d67478 Major reorganization of the soc svn repo, to merge into a single App Engine
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
     4
{% else %} {% output_all bound_field.form_fields %} {% endif %}