Ticket #17138: html5-remove-summary-17138.diff
File html5-remove-summary-17138.diff, 861 bytes (added by , 13 years ago) |
---|
-
django/contrib/admin/templates/admin/index.html
15 15 {% if app_list %} 16 16 {% for app in app_list %} 17 17 <div class="module"> 18 <table summary="{% blocktrans with name=app.name %}Models available in the {{ name }} application.{% endblocktrans %}"> 18 <table> 19 <caption> 20 {% blocktrans with name=app.name %}Models available in the {{ name }} application.{% endblocktrans %}> 21 </caption> 19 22 <caption><a href="{{ app.app_url }}" class="section">{% blocktrans with name=app.name %}{{ name }}{% endblocktrans %}</a></caption> 20 23 {% for model in app.models %} 21 24 <tr>