From 91099dc315acfbd403ac4fe0f183fbb0c372e5f1 Mon Sep 17 00:00:00 2001 From: Antonio Cavedoni Date: Thu, 15 Feb 2007 20:56:01 +0100 Subject: [PATCH] Changed permalink from item.id to item.link in default django theme. Thanks, Amit Chakradeo! --- themes/django/index.html.dj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/django/index.html.dj b/themes/django/index.html.dj index 57f9a81..632a527 100644 --- a/themes/django/index.html.dj +++ b/themes/django/index.html.dj @@ -39,7 +39,7 @@

by {{ item.channel_author }} on {{ item.date }} ยท - permalink + permalink

{% endfor %}