bin/cubicweb-ctl
author Stephanie Marcu <stephanie.marcu@logilab.fr>
Wed, 23 Jun 2010 12:33:25 +0200
branchstable
changeset 5828 c29c90223125
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
EntityFormRenderer redefine open_form and add a div section, so redefine close_form to add the closing div tag

#!/usr/bin/env python
from cubicweb.cwctl import run
import sys
run(sys.argv[1:])