Commit b20298b4 authored by Jim Fulton's avatar Jim Fulton

Store validation method in template dicts.

parent e88bd5f7
......@@ -343,6 +343,7 @@ class String:
push(mapping)
if hasattr(mapping,'AUTHENTICATED_USER'):
md.AUTHENTICATED_USER=mapping['AUTHENTICATED_USER']
md.validate=self.validate
pushed=0
level=md.level
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment