Skip to content

Commit

Permalink
rename i18njs as jsi18n
Browse files Browse the repository at this point in the history
  • Loading branch information
Badatos committed Dec 11, 2023
1 parent 8c431eb commit 2cffbfe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pod/live/templates/live/event-iframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

<link rel="stylesheet" href="{% static 'bootstrap/dist/css/bootstrap.min.css' %}?ver={{VERSION}}" crossorigin="anonymous">
<script src="{% static 'bootstrap/dist/js/bootstrap.bundle.min.js' %}?ver={{VERSION}}"></script>
<script id="i18njs" src="{% url 'javascript-catalog' %}?ver={{VERSION}}"></script>
<script id="jsi18n" src="{% url 'javascript-catalog' %}?ver={{VERSION}}"></script>

<link rel="stylesheet" href="{% static 'css/video-iframe.css' %}?ver={{VERSION}}">
</head>
Expand Down
2 changes: 1 addition & 1 deletion pod/main/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<title>{{ TITLE_SITE }} - {% block page_title %}{{page_title|striptags|capfirst}}{% endblock %}</title>

<script src="{% static 'jquery/dist/jquery.min.js' %}"></script>
<script id="i18njs" src="{% url 'javascript-catalog' %}?ver={{VERSION}}"></script>
<script id="jsi18n" src="{% url 'javascript-catalog' %}?ver={{VERSION}}"></script>

{% block page_extra_head %}{% endblock %}

Expand Down
2 changes: 1 addition & 1 deletion pod/video/templates/videos/video-iframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

<link rel="stylesheet" href="{% static 'bootstrap/dist/css/bootstrap.min.css' %}?ver={{VERSION}}" crossorigin="anonymous">
<script src="{% static 'bootstrap/dist/js/bootstrap.bundle.min.js' %}?ver={{VERSION}}"></script>
<script id="i18njs" src="{% url 'javascript-catalog' %}?ver={{VERSION}}"></script>
<script id="jsi18n" src="{% url 'javascript-catalog' %}?ver={{VERSION}}"></script>

<link rel="stylesheet" href="{% static 'css/video-iframe.css' %}?ver={{VERSION}}">

Expand Down

0 comments on commit 2cffbfe

Please sign in to comment.