# HG changeset patch # User Thierry Florac # Date 1505990602 -7200 # Node ID 5a80a143d2ec6828bfea2675bd8bb306f178aa8f # Parent 60d746bb90c48df5b2b49abdd25b7a0a97b245bf Updated TALES extensions interfaces diff -r 60d746bb90c4 -r 5a80a143d2ec src/pyams_utils/url.py --- a/src/pyams_utils/url.py Tue Sep 19 11:29:27 2017 +0200 +++ b/src/pyams_utils/url.py Thu Sep 21 12:43:22 2017 +0200 @@ -58,7 +58,7 @@ return result -@adapter_config(name='absolute_url', context=(IPersistent, Interface, Interface), provides=ITALESExtension) +@adapter_config(name='absolute_url', context=(Interface, Interface, Interface), provides=ITALESExtension) class AbsoluteUrlTalesExtension(ContextRequestViewAdapter): """extension:absolute_url(context, view_name) TALES extension