Files
edx-platform/cms/templates/widgets/sock_links_extra.html
2018-01-29 13:26:08 -08:00

13 lines
235 B
HTML

<%page expression_filter="h" />
<%!
from django.conf import settings
from django.utils.translation import ugettext as _
%>
<%def name="get_sock_links_extra()">
<%
links_extra = []
return links_extra
%>
</%def>