From 1e68d73cdfd68ee441c2c952761305e3a122c487 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Mon, 27 Jul 2009 21:23:49 -0700 Subject: Fix bug viewing comments when anonymous. --- quoins/templates/delete_post.html | 2 +- quoins/templates/post.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/quoins/templates/delete_post.html b/quoins/templates/delete_post.html index 94df1d3..e81500a 100644 --- a/quoins/templates/delete_post.html +++ b/quoins/templates/delete_post.html @@ -68,7 +68,7 @@ ${comment.created.strftime('%B %d, %Y at %I:%M %p')} - +     Delete comment diff --git a/quoins/templates/post.html b/quoins/templates/post.html index d290f3b..fc606db 100644 --- a/quoins/templates/post.html +++ b/quoins/templates/post.html @@ -62,7 +62,7 @@ ${comment.created.strftime('%B %d, %Y at %I:%M %p')} - +     Delete comment -- cgit v1.2.3