cubicweb/web/views/editforms.py
changeset 11767 432f87a63057
parent 11301 a76feec0a861
child 11964 01eeea97e549
equal deleted inserted replaced
11766:d8de1ac21f36 11767:432f87a63057
    17 # with CubicWeb.  If not, see <http://www.gnu.org/licenses/>.
    17 # with CubicWeb.  If not, see <http://www.gnu.org/licenses/>.
    18 """Set of HTML automatic forms to create, delete, copy or edit a single entity
    18 """Set of HTML automatic forms to create, delete, copy or edit a single entity
    19 or a list of entities of the same type
    19 or a list of entities of the same type
    20 """
    20 """
    21 
    21 
    22 __docformat__ = "restructuredtext en"
    22 
    23 
    23 
    24 from copy import copy
    24 from copy import copy
    25 
    25 
    26 from six.moves import range
    26 from six.moves import range
    27 
    27