skeleton/views.py.tmpl
author Christophe de Vienne <christophe@unlish.com>
Tue, 01 Apr 2014 13:57:25 +0200
branchstable
changeset 9699 990676d3f39f
parent 8207 c04676b16c59
permissions -rw-r--r--
Remove a misleading comment about self.render() behavior. The former comment suggested that View.render called with 'row' or 'col' would set cw_row or cw_col, which is not (anymore ?) accurate. Related to #3696871.

# -*- coding: utf-8 -*-
# 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"""