equal
deleted
inserted
replaced
|
1 <p>On {{ obj.date|date:"Y-m-d" }}, |
|
2 {% if obj.submitter_url %} |
|
3 <a rel="nofollow" href="{{ obj.submitter_url }}">{{ obj.submitter_name|escape }}</a> |
|
4 {% else %} |
|
5 {{ obj.submitter_name|escape }} |
|
6 {% endif %} |
|
7 commented on “{{ obj.element.title|escape }}”:</p> |
|
8 <blockquote> |
|
9 {{ obj.comment|escape|linebreaks }} |
|
10 </blockquote> |
|
11 <p>To see this comment in context or to respond, visit <a |
|
12 href="http://{{ site.domain }}{{ obj.get_absolute_url }}">{{ site.domain }}</a></p> |