summaryrefslogtreecommitdiff
path: root/quoins/templates/delete_post.html
diff options
context:
space:
mode:
Diffstat (limited to 'quoins/templates/delete_post.html')
-rw-r--r--quoins/templates/delete_post.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/quoins/templates/delete_post.html b/quoins/templates/delete_post.html
index e81500a..f664725 100644
--- a/quoins/templates/delete_post.html
+++ b/quoins/templates/delete_post.html
@@ -58,7 +58,11 @@
58 </span> 58 </span>
59 &nbsp; 59 &nbsp;
60 <span class="blog-comment-user" py:if="quoins.comment_author_url(comment)"> 60 <span class="blog-comment-user" py:if="quoins.comment_author_url(comment)">
61 <a href="${quoins.comment_author_url(comment)}" rel="nofollow">${comment.author_name}</a> 61 <a href="${quoins.comment_author_url(comment)}" rel="nofollow">
62 ${comment.author_name}
63 <img py:if="comment.openid"
64 src="${tg.url('/images/openid_small_logo.png')}" />
65 </a>
62 </span> 66 </span>
63 <span class="blog-comment-user" py:if="not quoins.comment_author_url(comment)"> 67 <span class="blog-comment-user" py:if="not quoins.comment_author_url(comment)">
64 ${comment.author_name} 68 ${comment.author_name}