Mizuno monthly script. Some cin7 and datasnipper templates and todo list items.
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
<div class="lp-header-container">
|
||||
<div class="lp-heading lora">
|
||||
Learning Path: {{ learning_path.name }}
|
||||
{{ learning_path.name }}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -11,14 +11,28 @@
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.min.js" type="text/javascript"></script>
|
||||
|
||||
{% comment %}
|
||||
<script type="text/javascript" src="https://cdn.weglot.com/weglot.min.js"></script>
|
||||
<script>
|
||||
Weglot.initialize({
|
||||
api_key: 'wg_65c22885fee5b146978034548c4f888a6'
|
||||
api_key: 'wg_65c22885fee5b146978034548c4f888a6',
|
||||
switchers: [
|
||||
{
|
||||
style: {
|
||||
full_name: true,
|
||||
with_name: true,
|
||||
is_dropdown: false,
|
||||
with_flags: true,
|
||||
flag_type: "circle",
|
||||
invert_flags: false
|
||||
},
|
||||
location: {
|
||||
target: ".np-header",
|
||||
sibling: null
|
||||
}
|
||||
}
|
||||
],
|
||||
});
|
||||
</script>
|
||||
{% endcomment %}
|
||||
|
||||
{% include 'generic_tns_carousel' %}
|
||||
{% include 'function_update_event_timezone' %}
|
||||
|
||||
Reference in New Issue
Block a user