diff -r de4a2ed2f34b -r e6e33366df0f sphinx_django/templates/comment.html~ --- a/sphinx_django/templates/comment.html~ Wed Oct 27 13:59:11 2010 +0530 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,48 +0,0 @@ -{% 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 }}
-