web/hgbook/templates/feeds/comments_description.html
changeset 2 52d12eb31c30
parent 1 672eaaab9204
child 3 6cee07c589cb
--- a/web/hgbook/templates/feeds/comments_description.html	Fri Feb 05 23:42:24 2010 +0530
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
-<p>On {{ obj.date|date:"Y-m-d" }},
-      {% if obj.submitter_url %}
-	<a rel="nofollow" href="{{ obj.submitter_url }}">{{ obj.submitter_name|escape }}</a>
-      {% else %}
-	{{ obj.submitter_name|escape }}
-      {% endif %}
-commented on &#8220;{{ obj.element.title|escape }}&#8221;:</p>
-<blockquote>
-{{ obj.comment|escape|linebreaks }}
-</blockquote>
-<p>To see this comment in context or to respond, visit <a
-	href="http://{{ site.domain }}{{ obj.get_absolute_url }}">{{ site.domain }}</a></p>