better overview page
This commit is contained in:
parent
1483af7275
commit
3af9afc365
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue
Block a user