Changeset 369
- Timestamp:
- 08/01/05 14:16:11 (3 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
djangoproject.com/django_website/templates/comments/freecomments_list.html
r361 r369 1 1 {% extends "base_weblog" %} 2 3 {% block extrahead %} 4 <link rel="alternate" type="application/rss+xml" title="RSS" href="/rss/comments/" /> 5 {% endblock %} 2 6 3 7 {% block title %}Recent comments{% endblock %}
