X-Git-Url: http://git.ithinksw.org/~kgodey/maayanwich.git/blobdiff_plain/25e2e5d9d53f08724f2fe9661265d58d850c5d17..21a5b5aafd25a996530e2575b32fca7a0ccac30d:/templates/comments/form.html diff --git a/templates/comments/form.html b/templates/comments/form.html new file mode 100644 index 0000000..73b306d --- /dev/null +++ b/templates/comments/form.html @@ -0,0 +1,20 @@ +{% load comments i18n %} +
+ {% if next %}{% endif %} + {% for field in form %} + {% if field.is_hidden %} + {{ field }} + {% else %} + {% if field.errors %}{{ field.errors }}{% endif %} + + {% endif %} + {% endfor %} +

+ + +

+