django-admin2/djadmin2/templates/admin2/bootstrap/index.html

12 lines
138 B
HTML
Raw Normal View History

2013-05-14 14:56:29 +00:00
<html>
<body>
<h1>Index</h1>
<table>
2013-05-14 14:56:29 +00:00
{% for obj in object_list %}
<tr><td>{{ obj. }}</td></tr>
2013-05-14 14:56:29 +00:00
{% endfor %}
</table>
2013-05-14 14:56:29 +00:00
</body>
</html>