sphinx_django/templates/feeds/comments_description.html
author amit
Fri, 15 Oct 2010 15:59:28 +0530
changeset 2 f5e18f8ed036
parent 0 54f784230511
permissions -rw-r--r--
Changes to account for a new way of keeping ids ... Uses the whole path rather than just file name

<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>