mirror of
https://github.com/django/django.git
synced 2025-10-09 06:49:12 +00:00
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2809 bcc190cf-cafb-0310-a4f2-bffc1f526a37
3 lines
210 B
HTML
3 lines
210 B
HTML
{% if add %}{% include "widget/foreign.html" %}{% endif %}
|
|
{% if change %}{% if bound_field.existing_display %} <strong>{{ bound_field.existing_display|truncatewords:"14" }}</strong>{% endif %}{% endif %}
|