fix title of CopyFormView stable
authorAlexandre Fayolle <alexandre.fayolle@logilab.fr>
Fri, 09 Oct 2009 15:53:42 +0200
branchstable
changeset 3627 70dbba754c11
parent 3626 017869a514c3
child 3628 440931181322
fix title of CopyFormView
web/views/editforms.py
--- a/web/views/editforms.py	Fri Oct 09 15:53:02 2009 +0200
+++ b/web/views/editforms.py	Fri Oct 09 15:53:42 2009 +0200
@@ -372,6 +372,7 @@
     entity
     """
     id = 'copy'
+    title = _('copy')
     warning_message = _('Please note that this is only a shallow copy')
 
     def render_form(self, entity):