Files
edx-platform/cms/templates/widgets/sock_links_extra.html
2021-12-14 19:49:04 +05:00

13 lines
234 B
HTML

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