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 +++++++-- templates/journal_page.html | 3 +++ 2 files changed, 10 insertions(+), 2 deletions(-) (limited to 'templates') 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} diff --git a/templates/journal_page.html b/templates/journal_page.html index 2e0ed61..f793ff2 100644 --- a/templates/journal_page.html +++ b/templates/journal_page.html @@ -4,6 +4,9 @@ + + + {.end} {.section body} -- cgit v1.2.3