Changeset 1624
- Timestamp:
- 02/08/10 16:21:05 (7 months ago)
- Files:
-
- 1 modified
-
www/mapnik.org/templates/news/entry_archive.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
www/mapnik.org/templates/news/entry_archive.html
r732 r1624 12 12 {{ object.body }} 13 13 {% endautoescape %} 14 <p class="date small">Posted by <strong>{{ object.author }}</strong> on {{ object.pub_date|date:"F j, Y" }} | <a href="{{ object.get_absolute_url }}#comments">{{ comment_count }} comment{{ comment_count|pluralize }}</a></p>14 <p class="date small">Posted by <strong>{{ object.author }}</strong> on {{ object.pub_date|date:"F j, Y" }}{% if object.comments_enabled %} | <a href="{{ object.get_absolute_url }}#comments">{{ comment_count }} comment{{ comment_count|pluralize }}</a>{% endif %}</p> 15 15 {% endfor %} 16 16
