diff -r f5e18f8ed036 -r de4a2ed2f34b sphinx_django/templates/comment.html~ --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sphinx_django/templates/comment.html~ Wed Oct 27 13:59:11 2010 +0530 @@ -0,0 +1,48 @@ +{% ifequal length 1 %} + One comment +{% else %} + {% if length %} + {{ length }} comments + {% else %} + No comments + + {% endif %} +{% endifequal %} +{% for c in query %} + +{% endfor %} +
+ {{ form.id }} + + + + + + + + + +
Comment
{{ form.comment }}
Your name{{ form.name }} + Required so we can give you credit
Your URL{{ form.url }} + Optional link to blog, home page, + etc.
Remember you?{{ form.remember }}
{{ error }}
+