1
0
mirror of https://github.com/django/django.git synced 2025-07-05 18:29:11 +00:00

newforms-admin: Removed one_to_one.html and many_to_many.html admin widget templates

git-svn-id: http://code.djangoproject.com/svn/django/branches/newforms-admin@4415 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Adrian Holovaty 2007-01-24 05:38:29 +00:00
parent 9df7ad46e7
commit 119d7b5674
2 changed files with 0 additions and 3 deletions

View File

@ -1 +0,0 @@
{% include "widget/foreign.html" %}

View File

@ -1,2 +0,0 @@
{% if add %}{% include "widget/foreign.html" %}{% endif %}
{% if change %}{% if bound_field.existing_display %}&nbsp;<strong>{{ bound_field.existing_display|truncatewords:"14"|escape }}</strong>{% endif %}{% endif %}