django1/django/contrib/comments/templates/comments
Jacob Kaplan-Moss 8be1bb2268 Fixed #11625: added comment moderation via admin actions.
This is BACKWARDS INCOMPATIBLE if you were using the completely undocumented moderation view from 1.1. That view's been removed in favor of the admin actions.

Thanks, Thejaswi Puthraya.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@11639 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-10-23 19:22:31 +00:00
..
400-debug.html Fixed #8608: corrected doc link in comment 400 error page. 2008-08-28 19:46:33 +00:00
approve.html Fixed #10169: don't accidentally try to redirect to "None" after posting a comment. 2009-04-07 20:22:36 +00:00
approved.html Add internationalisation support to the comment templates. Fixed #8868, #8905 2008-10-05 05:09:21 +00:00
base.html Refactored Django's comment system. 2008-08-25 22:14:22 +00:00
delete.html Fixed #10169: don't accidentally try to redirect to "None" after posting a comment. 2009-04-07 20:22:36 +00:00
deleted.html Add internationalisation support to the comment templates. Fixed #8868, #8905 2008-10-05 05:09:21 +00:00
flag.html Fixed #10169: don't accidentally try to redirect to "None" after posting a comment. 2009-04-07 20:22:36 +00:00
flagged.html Add internationalisation support to the comment templates. Fixed #8868, #8905 2008-10-05 05:09:21 +00:00
form.html Fixed #9792: corrected invalid HTML in the comment form and comment preview. 2009-04-07 19:34:21 +00:00
posted.html Add internationalisation support to the comment templates. Fixed #8868, #8905 2008-10-05 05:09:21 +00:00
preview.html Fixed #9792: corrected invalid HTML in the comment form and comment preview. 2009-04-07 19:34:21 +00:00