app/django/contrib/admin/templates/widget/file.html
author Todd Larsen <tlarsen@google.com>
Tue, 26 Aug 2008 20:20:50 +0000 (2008-08-26)
changeset 100 97cb7f42cd82
parent 54 03e267d67478
permissions -rw-r--r--
Create directories to load project into. * trunk/google_appengine: New directory.
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 %}