diff -r f0d097bff6b2 -r 5ef5e558e361 src/cm/templates/site/dashboard.html --- a/src/cm/templates/site/dashboard.html Thu Jan 21 15:29:20 2010 +0100 +++ b/src/cm/templates/site/dashboard.html Fri Jan 22 14:14:35 2010 +0100 @@ -136,6 +136,7 @@ 'comment_key':'{{ comment.key }}', 'fun':'editComment', 'key':'{{ comment.text_version.text.key }}', + 'version_key':'{{ comment.text_version.key }}', 'state':'approved' }, function(data){ @@ -152,6 +153,7 @@ 'comment_key':'{{ comment.key }}', 'fun':'editComment', 'key':'{{ comment.text_version.text.key }}', + 'version_key':'{{ comment.text_version.key }}', 'state':'unapproved' }, function(data){