X-Git-Url: http://git.ithinksw.org/philo.git/blobdiff_plain/fb8a270fa22abc217efc471d860c76d5a2352c61..1070d1cba12c37121972545925a5256dd8138b76:/philo/templatetags/embed.py?ds=sidebyside 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