Mercurial > hg > Blog
comparison themes/tuxlite_tbs/templates/simple_comments.html @ 29:7380bf280fc9
switch to duckdns.org
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Mon, 21 Apr 2014 03:09:52 +0200 |
parents | 04a8afe79c59 |
children | 96084c11584a |
comparison
equal
deleted
inserted
replaced
28:aab5b33a6c45 | 29:7380bf280fc9 |
---|---|
16 {% if article.metadata.allowcomments %} | 16 {% if article.metadata.allowcomments %} |
17 <div style="padding: 20px 0px 0px 0px;"> | 17 <div style="padding: 20px 0px 0px 0px;"> |
18 <div style="font-size: 120%;"> | 18 <div style="font-size: 120%;"> |
19 Leave a comment | 19 Leave a comment |
20 </div> | 20 </div> |
21 <form action="http://xanthippe.anydns.info/blog-comments/simple_comments.php" method="POST"> | 21 <form action="http://xanthippe.duckdns.org/blog-comments/simple_comments.php" method="POST"> |
22 <input type="hidden" name="Slug" value="{{ article.slug }}"> | 22 <input type="hidden" name="Slug" value="{{ article.slug }}"> |
23 <table style="padding: 10px 0px 0px 0px;"> | 23 <table style="padding: 10px 0px 0px 0px;"> |
24 <tr> | 24 <tr> |
25 <td> | 25 <td> |
26 Your name: | 26 Your name: |