app/django/contrib/admin/templates/widget/one_to_one.html
author Todd Larsen <tlarsen@google.com>
Wed, 13 Aug 2008 20:30:48 +0000
changeset 67 a05bb313cda5
parent 54 03e267d67478
permissions -rw-r--r--
Fix some broken links in the GHOP 2008 Program home page mock-up.

{% if add %}{% include "widget/foreign.html" %}{% endif %}
{% if change %}{% if bound_field.existing_display %}&nbsp;<strong>{{ bound_field.existing_display|truncatewords:"14" }}</strong>{% endif %}{% endif %}