author | Thierry Florac <tflorac@ulthar.net> |
Tue, 26 Nov 2019 10:08:37 +0100 | |
changeset 16 | ac179d1bfc0b |
parent 15 | c3d0112a61f6 |
child 17 | e94c6b8d5b50 |
--- a/src/pyams_template/template.py Tue Nov 26 10:01:36 2019 +0100 +++ b/src/pyams_template/template.py Tue Nov 26 10:08:37 2019 +0100 @@ -13,7 +13,10 @@ """PyAMS_template.template module This module provides Pyramid decorators which can be used to register a Chameleon template for -a given view +a given view. + +These templates are registered as multi-adapters, for a view and a request, so they can be +replaced or overriden easilly. """ import inspect