bin/cubicweb-ctl
author Stéphanie Marcu <steph@logilab.fr>
Wed, 23 Jun 2010 14:56:21 +0200
branchstable
changeset 5830 23ea56123670
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:])