From 2fbe81b666fabaf486ee80c0c6c3c817eb360ad5 Mon Sep 17 00:00:00 2001 From: Giulio Gratta Date: Wed, 31 Jan 2018 13:11:59 -0800 Subject: [PATCH] Move extra links import into new file --- cms/templates/widgets/sock.html | 3 +-- cms/templates/widgets/sock_links.html | 3 +++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/cms/templates/widgets/sock.html b/cms/templates/widgets/sock.html index 63fb88ec43..a34de4bfb5 100644 --- a/cms/templates/widgets/sock.html +++ b/cms/templates/widgets/sock.html @@ -4,7 +4,6 @@ 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" />