author | Todd Larsen <tlarsen@google.com> |
Tue, 26 Aug 2008 20:20:50 +0000 | |
changeset 100 | 97cb7f42cd82 |
parent 54 | 03e267d67478 |
permissions | -rw-r--r-- |
{% 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 %}