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, 3 insertions, 3 deletions
diff --git a/quoins/templates/delete_post.html b/quoins/templates/delete_post.html
index e237dad..94df1d3 100644
--- a/quoins/templates/delete_post.html
+++ b/quoins/templates/delete_post.html
@@ -57,10 +57,10 @@
57 </a> 57 </a>
58 </span> 58 </span>
59 &nbsp; 59 &nbsp;
60 <span class="blog-comment-user" py:if="comment.author_url"> 60 <span class="blog-comment-user" py:if="quoins.comment_author_url(comment)">
61 <a href="${comment.author_url}" rel="nofollow">${comment.author_name}</a> 61 <a href="${quoins.comment_author_url(comment)}" rel="nofollow">${comment.author_name}</a>
62 </span> 62 </span>
63 <span class="blog-comment-user" py:if="not comment.author_url"> 63 <span class="blog-comment-user" py:if="not quoins.comment_author_url(comment)">
64 ${comment.author_name} 64 ${comment.author_name}
65 </span> 65 </span>
66 <br /> 66 <br />