Django

Code

Changeset 6036

Show
Ignore:
Timestamp:
09/02/07 15:06:22 (1 year ago)
Author:
adrian
Message:

newforms-admin: Fixed #5250 -- Added translation hook to 'Delete' in admin edit_inline_tabular.html template

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 %} 
    12{{ bound_inline.formset.management_form }} 
    23<fieldset class="module"> 
     
    45   <table> 
    56     <thead><tr> 
    6      {% if bound_inline.formset.deletable %}<th>Delete?</th>{% endif %} 
     7     {% if bound_inline.formset.deletable %}<th>{% trans "Delete" %}?</th>{% endif %} 
    78     {% for field in bound_inline.fields %} 
    89       {% if not field.is_hidden %}