diff themes/tuxlite_tbs/templates/simple_comments.html @ 36:96084c11584a

comment out the captcha code. Trying the new approach to accept any blog post comment and filter it through an email spam filter.
author Dirk Olmes <dirk@xanthippe.ping.de>
date Mon, 01 Sep 2014 04:16:11 +0200
parents 7380bf280fc9
children c2b99e876559
line wrap: on
line diff
--- a/themes/tuxlite_tbs/templates/simple_comments.html	Mon Sep 01 04:15:01 2014 +0200
+++ b/themes/tuxlite_tbs/templates/simple_comments.html	Mon Sep 01 04:16:11 2014 +0200
@@ -18,7 +18,10 @@
     <div style="font-size: 120%;">
         Leave a comment
     </div>
+{% if False %}
     <form action="http://xanthippe.duckdns.org/blog-comments/simple_comments.php" method="POST">
+{% endif %}
+    <form action="http://xanthippe.duckdns.org/blog-comments/submit_comment.php" method="POST">
         <input type="hidden" name="Slug" value="{{ article.slug }}">
         <table  style="padding: 10px 0px 0px 0px;">
             <tr>
@@ -37,6 +40,7 @@
                     <textarea rows="5" cols="60" name="Comment"></textarea>
                 </td>
             </tr>
+{% if False %}
             <tr>
                 <td colspan="2">
                     Please type the characters you see in this image:
@@ -51,6 +55,7 @@
                     <input type="text" name="Challenge">
                 </td>
             </tr>
+{% endif %}
             <tr>
                 <td>
                     <input type="submit" value="Submit">