mirror of
https://github.com/jazzband/django-admin2.git
synced 2026-05-08 15:34:49 +00:00
13 lines
No EOL
164 B
HTML
13 lines
No EOL
164 B
HTML
<html>
|
|
<body>
|
|
<h1>Index</h1>
|
|
|
|
{{ object_list }}
|
|
<table>
|
|
{% for obj in object_list %}
|
|
<tr><td>{{ obj.app_name }}</td></tr>
|
|
{% endfor %}
|
|
</table>
|
|
|
|
</body>
|
|
</html> |