This commit is contained in:
sanj 2010-12-30 17:20:26 +05:30
commit de7953f581

View File

@ -5,7 +5,11 @@
</head>
<body>
{% 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 %}
</body>
</html>