skeleton/views.py.tmpl
author Pierre-Yves David <pierre-yves.david@logilab.fr>
Mon, 06 Jun 2011 15:00:05 +0200
branchstable
changeset 7452 7e8182a63559
parent 5426 0d4853a6e5ee
child 8207 c04676b16c59
permissions -rw-r--r--
Fix conditionnal logic broken in 195b24fe3a03 195b24fe3a03 replace: if not req.cnx: by if getattr(req, 'cnx', True): The "not" diseapeared in the process.

# copyright %(year)s %(author)s, all rights reserved.
# contact %(author-web-site)s -- mailto:%(author-email)s
#
%(long-license)s
"""%(distname)s views/forms/actions/components for web ui"""