From 3af9afc365cfdba8018a509858c4a8cbcec0ad8c Mon Sep 17 00:00:00 2001 From: j Date: Thu, 30 Dec 2010 15:38:35 +0530 Subject: [PATCH] better overview page --- padmaTexts/templates/text_list.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/padmaTexts/templates/text_list.html b/padmaTexts/templates/text_list.html index 215ff03..cf5c483 100644 --- a/padmaTexts/templates/text_list.html +++ b/padmaTexts/templates/text_list.html @@ -5,7 +5,11 @@ {% for t in texts %} - {{ t.title }}
+

+ {{ t.title }}
+ by {{ t.author }}
+ {{ t.abstract }} +

{% endfor %}