X-Git-Url: http://git.ithinksw.org/philo.git/blobdiff_plain/db66331863edf55f21d94a37bc8e4c25ce36765b..54d1617957cfa3a8c9ffd714ad6c4bef09e727de:/philo/templatetags/embed.py diff --git a/philo/templatetags/embed.py b/philo/templatetags/embed.py index eb4cd68..39b29e0 100644 --- a/philo/templatetags/embed.py +++ b/philo/templatetags/embed.py @@ -1,7 +1,8 @@ from django import template -from django.contrib.contenttypes.models import ContentType from django.conf import settings +from django.contrib.contenttypes.models import ContentType from django.template.loader_tags import ExtendsNode, BlockContext, BLOCK_CONTEXT_KEY, TextNode, BlockNode + from philo.utils import LOADED_TEMPLATE_ATTR