Mercurial > p > roundup > code
view roundup/cgi/TAL/__init__.py @ 5991:b0940ad50f43
issue2551075 Update jinja template to bootstrap 4.
Updated to 4.1.3 (current boostrap version 4.4.1). The pull request
has been around for a while. (Patch: Paul Spooner; templates merged
by Christof Meerwald; other merged by John Rouillard)
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Fri, 20 Dec 2019 20:47:19 -0500 |
| parents | 8c2402a78bb0 |
| children |
line wrap: on
line source
############################################################################## # # Copyright (c) 2001, 2002 Zope Corporation and Contributors. # All Rights Reserved. # # This software is subject to the provisions of the Zope Public License, # Version 2.0 (ZPL). A copy of the ZPL should accompany this distribution. # THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED # WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED # WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS # FOR A PARTICULAR PURPOSE # ############################################################################## """ Template Attribute Language package """
