diff --git a/cms/templates/widgets/sock.html b/cms/templates/widgets/sock.html index 15b1491e74..42d329d391 100644 --- a/cms/templates/widgets/sock.html +++ b/cms/templates/widgets/sock.html @@ -4,6 +4,7 @@ from django.conf import settings from django.utils.translation import ugettext as _ %> <%namespace file="sock_links.html" import="get_sock_links" /> +<%namespace file="sock_links_extra.html" import="get_sock_links_extra" />