Ticket #8398: 8398.diff
File 8398.diff, 681 bytes (added by , 16 years ago) |
---|
-
django/contrib/admin/templates/admin/change_list_results.html
2 2 <table cellspacing="0"> 3 3 <thead> 4 4 <tr> 5 {% for header in result_headers %}<th{ { header.class_attrib }}>5 {% for header in result_headers %}<th{% if header.class_attrib %}{{ header.class_attrib }}{% endif %}> 6 6 {% if header.sortable %}<a href="{{ header.url }}">{% endif %} 7 7 {{ header.text|capfirst }} 8 8 {% if header.sortable %}</a>{% endif %}</th>{% endfor %}