File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
templates/djangocms_maps/provider Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
1
CHANGELOG
2
2
=========
3
3
4
+ 0.7.0 (2016-09-14)
5
+ ------------------
6
+
7
+ - Implement ViaMichelin provider
8
+
4
9
0.6.0 (2016-09-02)
5
10
------------------
6
11
Original file line number Diff line number Diff line change 2
2
Universal maps plugin for django CMS
3
3
"""
4
4
5
- __version__ = '0.7.0.dev0 '
5
+ __version__ = '0.7.0'
Original file line number Diff line number Diff line change 1
1
{% load i18n sekizai_tags staticfiles djangocms_maps %}
2
2
3
3
{% get_current_language as LANGUAGE_CODE %}
4
- {% addtoblock "js" %}< script src ="http ://apijsv2 .viamichelin.com/apijsv2/api/js?key={{ api_key }}&lang={{ LANGUAGE_CODE|viamichelin }} " type ="text/javascript "> </ script > {% endaddtoblock %}
4
+ {% addtoblock "js" %}< script src ="https ://secure-apijs .viamichelin.com/apijsv2/api/js?key={{ api_key }}&lang={{ LANGUAGE_CODE|viamichelin }}&protocol=https " type ="text/javascript "> </ script > {% endaddtoblock %}
5
5
{% addtoblock "js" %}< script src ="{% static 'djangocms_maps/js/viamichelin.js' %} "> </ script > {% endaddtoblock %}
You can’t perform that action at this time.
0 commit comments