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 3
3
4
4
{% block extrahead %}
5
5
< 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 %}
6
9
{{ block.super }}
7
10
{% endblock %}
8
11
Original file line number Diff line number Diff line change 3
3
{% block extrahead %}
4
4
< link rel ="stylesheet " href ="{% static 'djangocms_frontend/css/base.css' %} "/>
5
5
< 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 %}
6
9
{{ block.super }}
7
10
{% endblock %}
8
11
{% block content_subtitle %}{% endblock %}
You can’t perform that action at this time.
0 commit comments