app/django/contrib/admin/templates/widget/one_to_one.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
{% if add %}{% include "widget/foreign.html" %}{% endif %}
03e267d67478 Major reorganization of the soc svn repo, to merge into a single App Engine
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
     2
{% if change %}{% if bound_field.existing_display %}&nbsp;<strong>{{ bound_field.existing_display|truncatewords:"14" }}</strong>{% endif %}{% endif %}