app/django/contrib/admin/templates/widget/one_to_one.html
changeset 54 03e267d67478
equal deleted inserted replaced
53:57b4279d8c4e 54:03e267d67478
       
     1 {% if add %}{% include "widget/foreign.html" %}{% endif %}
       
     2 {% if change %}{% if bound_field.existing_display %}&nbsp;<strong>{{ bound_field.existing_display|truncatewords:"14" }}</strong>{% endif %}{% endif %}