src/cm/templates/site/dashboard.html
changeset 116 5ef5e558e361
parent 0 40c8f766c9b8
child 144 e7e1bc64f613
--- 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){