Changeset 6036
- Timestamp:
- 09/02/07 15:06:22 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/branches/newforms-admin/django/contrib/admin/templates/admin/edit_inline_tabular.html
r5588 r6036 1 {% load i18n %} 1 2 {{ bound_inline.formset.management_form }} 2 3 <fieldset class="module"> … … 4 5 <table> 5 6 <thead><tr> 6 {% if bound_inline.formset.deletable %}<th> Delete?</th>{% endif %}7 {% if bound_inline.formset.deletable %}<th>{% trans "Delete" %}?</th>{% endif %} 7 8 {% for field in bound_inline.fields %} 8 9 {% if not field.is_hidden %}
