From bf95e292f148f5c42bf834a64e42bf04154403bf Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Tue, 15 Mar 2011 02:01:20 +0100 Subject: Optionally use Hashcash for comment verification. --- templates/article.html | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'templates/article.html') diff --git a/templates/article.html b/templates/article.html index c4ebff4..bd8b10a 100644 --- a/templates/article.html +++ b/templates/article.html @@ -59,7 +59,8 @@

{title}

{notes}
+ enctype="application/x-www-form-urlencoded" method="post" + class="comment-form">
@@ -88,7 +89,11 @@
-
+
+ +
{.end} -- cgit v1.2.3