diff --git a/cms/templates/widgets/sock.html b/cms/templates/widgets/sock.html index b271376a9c..15b1491e74 100644 --- a/cms/templates/widgets/sock.html +++ b/cms/templates/widgets/sock.html @@ -1,8 +1,10 @@ <%page expression_filter="h" args="online_help_token" /> <%! +from django.conf import settings from django.utils.translation import ugettext as _ -from django.core.urlresolvers import reverse %> +<%namespace file="sock_links.html" import="get_sock_links" /> +