From 9c349d82c60d06563e1c1fc52600179f702cebc2 Mon Sep 17 00:00:00 2001 From: Kyle Fuller Date: Mon, 14 May 2012 18:17:00 +0100 Subject: Use object.url to get the url for author, category and tags --- Just-Read/templates/archives.html | 4 ++-- Just-Read/templates/metadata.html | 6 +++--- Just-Read/templates/tags.html | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) (limited to 'Just-Read') diff --git a/Just-Read/templates/archives.html b/Just-Read/templates/archives.html index 72fd2a5..e4f26b8 100644 --- a/Just-Read/templates/archives.html +++ b/Just-Read/templates/archives.html @@ -30,7 +30,7 @@

Tags

@@ -43,4 +43,4 @@ $("#jquerytabs").tabs(); }); -{% endblock %} \ No newline at end of file +{% endblock %} diff --git a/Just-Read/templates/metadata.html b/Just-Read/templates/metadata.html index c051c75..b4865f8 100644 --- a/Just-Read/templates/metadata.html +++ b/Just-Read/templates/metadata.html @@ -1,12 +1,12 @@
{% if PDF_PROCESSOR %}

Download the .pdf

{% endif %} -
\ No newline at end of file + diff --git a/Just-Read/templates/tags.html b/Just-Read/templates/tags.html index 8ddbcd1..27240ef 100644 --- a/Just-Read/templates/tags.html +++ b/Just-Read/templates/tags.html @@ -8,10 +8,10 @@ -{% endblock %} \ No newline at end of file +{% endblock %} -- cgit v1.1