mirror of
https://github.com/jazzband/django-admin2.git
synced 2026-04-04 23:20:42 +00:00
12 lines
No EOL
138 B
HTML
12 lines
No EOL
138 B
HTML
<html>
|
|
<body>
|
|
<h1>Index</h1>
|
|
|
|
<table>
|
|
{% for obj in object_list %}
|
|
<tr><td>{{ obj. }}</td></tr>
|
|
{% endfor %}
|
|
</table>
|
|
|
|
</body>
|
|
</html> |