Skip to content
Snippets Groups Projects
Commit 18ede889 authored by Benjamin Hättasch's avatar Benjamin Hättasch
Browse files

Fix calendar language in two views

This resolves #143
parent f5c19119
No related branches found
No related tags found
No related merge requests found
Pipeline #95639 passed
......@@ -6,6 +6,7 @@
{% include "AKPlan/load_fullcalendar.html" %}
<script>
{% get_current_language as LANGUAGE_CODE %}
document.addEventListener('DOMContentLoaded', function () {
var calendarEl = document.getElementById('akSlotCalendar');
......
......@@ -22,6 +22,8 @@
{% include "AKPlan/load_fullcalendar.html" %}
{% get_current_language as LANGUAGE_CODE %}
<script>
document.addEventListener('DOMContentLoaded', function () {
var planEl = document.getElementById('planCalendar');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment