Abstracted the Template container fetcher to a nodelist_crawler which takes a callbac...
[philo.git] / validators.py
index 5f69f74..54ab3b1 100644 (file)
@@ -4,9 +4,9 @@ from django.core.exceptions import ValidationError
 from django.template import Template, Parser, Lexer, TOKEN_BLOCK, TOKEN_VAR
 from django.utils import simplejson as json
 import re
+from philo.utils import LOADED_TEMPLATE_ATTR
 
 
-LOADED_TEMPLATE_ATTR = '_philo_loaded_template'
 INSECURE_TAGS = (
        'load',
        'extends',