Ticket #1668: django_admin_index.html.diff
File django_admin_index.html.diff, 601 bytes (added by , 17 years ago) |
---|
-
index.html
15 15 {% for app in app_list %} 16 16 <div class="module"> 17 17 <table summary="{% blocktrans with app.name as name %}Models available in the {{ name }} application.{% endblocktrans %}"> 18 <caption>{% blocktrans with app.name as name %}{{ name }}{% endblocktrans%}</caption>18 <caption>{% trans app.name %}</caption> 19 19 {% for model in app.models %} 20 20 <tr> 21 21 {% if model.perms.change %}