Fixing a bug in BlogView's tag_view where it would provide a QuerySet as `tag` instea...
[philo.git] / __init__.py
index 9fc18ae..52956f3 100644 (file)
@@ -1,4 +1,4 @@
-from philo.models import Template
+from philo.models.pages import Template
 
 
 load_template_source = Template.loader