Mercurial > hg > Blog
comparison themes/tuxlite_tbs/templates/simple_comments.html @ 11:bb1f035109da
turn off comments for the eclipse validation article which attracts comment spam
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Thu, 18 Jul 2013 02:19:49 +0200 |
parents | bd8e75de187a |
children | 7bfdc2b1d768 |
comparison
equal
deleted
inserted
replaced
10:bd8e75de187a | 11:bb1f035109da |
---|---|
11 {{ comment.text }} | 11 {{ comment.text }} |
12 </div> | 12 </div> |
13 </div> | 13 </div> |
14 {% endfor %} | 14 {% endfor %} |
15 {% endif %} | 15 {% endif %} |
16 {% if article.metadata.allowcomments %} | |
16 <div style="padding: 20px 0px 0px 0px;"> | 17 <div style="padding: 20px 0px 0px 0px;"> |
17 <div style="font-size: 120%;"> | 18 <div style="font-size: 120%;"> |
18 Leave a comment | 19 Leave a comment |
19 </div> | 20 </div> |
20 <form action="http://xanthippe.dyndns.org/blog-comments/simple_comments.php" method="POST"> | 21 <form action="http://xanthippe.dyndns.org/blog-comments/simple_comments.php" method="POST"> |
28 <div> | 29 <div> |
29 <input type="submit" value="Submit"> | 30 <input type="submit" value="Submit"> |
30 </div> | 31 </div> |
31 </form> | 32 </form> |
32 </div> | 33 </div> |
34 {% endif %} |