SEESenv/web/hgbook/templates/feeds/comments_description.html
author amit@thunder
Fri, 12 Feb 2010 01:11:21 +0530
changeset 2 52d12eb31c30
parent 0 web/hgbook/templates/feeds/comments_description.html@8083d21c0020
permissions -rwxr-xr-x
Virtual enviroment for SEES-hacks added ...
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
     1
<p>On {{ obj.date|date:"Y-m-d" }},
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
     2
      {% if obj.submitter_url %}
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
     3
	<a rel="nofollow" href="{{ obj.submitter_url }}">{{ obj.submitter_name|escape }}</a>
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
     4
      {% else %}
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
     5
	{{ obj.submitter_name|escape }}
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
     6
      {% endif %}
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
     7
commented on &#8220;{{ obj.element.title|escape }}&#8221;:</p>
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
     8
<blockquote>
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
     9
{{ obj.comment|escape|linebreaks }}
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    10
</blockquote>
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    11
<p>To see this comment in context or to respond, visit <a
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    12
	href="http://{{ site.domain }}{{ obj.get_absolute_url }}">{{ site.domain }}</a></p>