From 6c3c297bf7b72f5919264c276e3d26cdd0599dd1 Mon Sep 17 00:00:00 2001 From: Drew Fisher Date: Thu, 6 Jan 2011 13:56:24 -0600 Subject: [PATCH] Modify multiday template to link to comment section of individual posts. --- templates/multiday.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/multiday.html b/templates/multiday.html index b9fc9c7..137ba83 100644 --- a/templates/multiday.html +++ b/templates/multiday.html @@ -16,7 +16,7 @@ $# comment count) $notes $for i in xrange(len(entries)):
-

$entries[i][0] | $entries[i][2] comments

+

$entries[i][0] | $entries[i][2] comments

$for sec in entries[i][1]: $:sec
-- 2.39.2