diff --git a/geonode_mapstore_client/templates/geonode-mapstore-client/app/geostory.html b/geonode_mapstore_client/templates/geonode-mapstore-client/app/geostory.html index 5454e3dc4a..cd0baa4b28 100644 --- a/geonode_mapstore_client/templates/geonode-mapstore-client/app/geostory.html +++ b/geonode_mapstore_client/templates/geonode-mapstore-client/app/geostory.html @@ -1,4 +1,5 @@ {% load static %} +{% load client_version %} {% include '../_geonode_config.html' with is_embed=is_embed is_app=True plugins_config_key=plugins_config_key|default:'geostory' is_new_resource=is_new|default:'true' %} - + diff --git a/geonode_mapstore_client/templates/geonode-mapstore-client/layer_embed.html b/geonode_mapstore_client/templates/geonode-mapstore-client/layer_embed.html index 98584fac1c..3498c1de2f 100644 --- a/geonode_mapstore_client/templates/geonode-mapstore-client/layer_embed.html +++ b/geonode_mapstore_client/templates/geonode-mapstore-client/layer_embed.html @@ -1,5 +1,6 @@ {% load static from staticfiles %} {% load client_lib_tags %} +{% load client_version %} @@ -96,6 +97,6 @@ - + diff --git a/geonode_mapstore_client/templates/geonode-mapstore-client/map_edit.html b/geonode_mapstore_client/templates/geonode-mapstore-client/map_edit.html index 7877fad0c0..815e21a19e 100644 --- a/geonode_mapstore_client/templates/geonode-mapstore-client/map_edit.html +++ b/geonode_mapstore_client/templates/geonode-mapstore-client/map_edit.html @@ -1,4 +1,5 @@ - +{% load static %} +{% load client_version %}