File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
djangocms_frontend/templates/djangocms_frontend/admin Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 33
44{% block extrahead %}
55 < link rel ="stylesheet " href ="{% static 'djangocms_frontend/css/base.css' %} "/>
6+ {% with get_plugin_language=request.GET.plugin_language %}
7+ < meta name ="plugin_language " data-plugin-language ="{{ plugin.language|default:get_plugin_language }} ">
8+ {% endwith %}
69 {{ block.super }}
710{% endblock %}
811
Original file line number Diff line number Diff line change 33{% block extrahead %}
44 < link rel ="stylesheet " href ="{% static 'djangocms_frontend/css/base.css' %} "/>
55 < script src ="{% static 'djangocms_frontend/js/bundle.base.js' %} "> </ script >
6+ {% with get_plugin_language=request.GET.plugin_language %}
7+ < meta name ="plugin_language " data-plugin-language ="{{ plugin.language|default:get_plugin_language }} ">
8+ {% endwith %}
69 {{ block.super }}
710{% endblock %}
811{% block content_subtitle %}{% endblock %}
You can’t perform that action at this time.
0 commit comments