From 4cbcc5ed52ac5b62b44e1d722a24f2a93bd529aa Mon Sep 17 00:00:00 2001 From: Giulio Gratta Date: Mon, 29 Jan 2018 13:26:08 -0800 Subject: [PATCH] Add file to allow simple extension of sock links --- cms/templates/widgets/sock.html | 10 ++++++++-- cms/templates/widgets/sock_links_extra.html | 12 ++++++++++++ 2 files changed, 20 insertions(+), 2 deletions(-) create mode 100644 cms/templates/widgets/sock_links_extra.html 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" />