File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 5
5
from cms .plugin_base import CMSPluginBase , PluginMenuItem
6
6
from cms .plugin_pool import plugin_pool
7
7
from cms .plugin_rendering import render_placeholder
8
- from cms .utils .plugins import downcast_plugins , build_plugin_tree
9
8
from cms .utils .urlutils import admin_reverse
10
9
from django .conf .urls import patterns , url
11
10
from django .http import HttpResponseForbidden , HttpResponseBadRequest , HttpResponse
@@ -34,6 +33,7 @@ class AliasPlugin(CMSPluginBase):
34
33
render_template = "cms/plugins/alias.html"
35
34
36
35
def render (self , context , instance , placeholder ):
36
+ from cms .utils .plugins import downcast_plugins , build_plugin_tree
37
37
context ['instance' ] = instance
38
38
context ['placeholder' ] = placeholder
39
39
if instance .plugin_id :
You can’t perform that action at this time.
0 commit comments