web/views/workflow.py
branchstable
changeset 3805 ad0b38e1a4eb
parent 3513 c002f6488631
child 3867 06ac8f00a99f
--- a/web/views/workflow.py	Sun Nov 08 19:28:25 2009 +0100
+++ b/web/views/workflow.py	Sun Nov 08 19:33:03 2009 +0100
@@ -50,8 +50,8 @@
     id = 'changestate'
 
     form_renderer_id = 'base' # don't want EntityFormRenderer
-    form_buttons = [fwdgs.SubmitButton(stdmsgs.YES),
-                    fwdgs.Button(stdmsgs.NO, cwaction='cancel')]
+    form_buttons = [fwdgs.SubmitButton(),
+                    fwdgs.Button(stdmsgs.BUTTON_CANCEL, cwaction='cancel')]
 
 
 class ChangeStateFormView(form.FormViewMixIn, view.EntityView):