Changed permalink from item.id to item.link in default django theme. Thanks, Amit Chakradeo!

This commit is contained in:
Antonio Cavedoni 2007-02-15 20:56:01 +01:00
parent a09dbce7d0
commit 91099dc315

View File

@ -39,7 +39,7 @@
<p class="entry-tools">
by {{ item.channel_author }} on
{{ item.date }} ·
<a href="{{ item.id }}">permalink</a>
<a href="{{ item.link }}">permalink</a>
</p>
</div>
{% endfor %}