better overview page

This commit is contained in:
j 2010-12-30 15:38:35 +05:30
parent 1483af7275
commit 3af9afc365

View File

@ -5,7 +5,11 @@
</head> </head>
<body> <body>
{% for t in texts %} {% for t in texts %}
<a href="{{t.get_absolute_url}}" title="{{t.title}}">{{ t.title }}</a><br /> <p>
<a href="{{t.get_absolute_url}}" title="{{t.title}}">{{ t.title }}</a><br />
by {{ t.author }}<br />
{{ t.abstract }}
</p>
{% endfor %} {% endfor %}
</body> </body>
</html> </html>