diff --git a/deployment/.env b/deployment/.env index ddf42c6..8da5e37 100644 --- a/deployment/.env +++ b/deployment/.env @@ -248,7 +248,7 @@ PYTHONPATH=/home/web/django_project:/geonode USE_DEFAULT_GEOSERVER_STYLE=False INITIAL_FIXTURES=True -VERSION=4.4.8 +VERSION=4.4.9 ISTSOS_VERSION=2.4.1-2 # ------ GEOSERVER ------ diff --git a/django_project/igrac/templates/base.html b/django_project/igrac/templates/base.html index e7f6bfb..f2f0d10 100644 --- a/django_project/igrac/templates/base.html +++ b/django_project/igrac/templates/base.html @@ -34,9 +34,9 @@ rel="stylesheet"/> - - {% include './geonode-mapstore-client/snippets/custom_theme.html' %} diff --git a/django_project/igrac/templates/geonode-mapstore-client/catalogue.html b/django_project/igrac/templates/geonode-mapstore-client/catalogue.html index 1cb89c1..a1fea12 100644 --- a/django_project/igrac/templates/geonode-mapstore-client/catalogue.html +++ b/django_project/igrac/templates/geonode-mapstore-client/catalogue.html @@ -10,8 +10,8 @@ - - + + {{ SITE_NAME }} {% include './snippets/loader_style.html' %} diff --git a/django_project/igrac/templates/igrac/blog_index_page.html b/django_project/igrac/templates/igrac/blog_index_page.html index c1a4579..f3e164a 100644 --- a/django_project/igrac/templates/igrac/blog_index_page.html +++ b/django_project/igrac/templates/igrac/blog_index_page.html @@ -7,7 +7,7 @@ {% block body_class %}igrac-wagtail{% endblock %} {% block extra_head %} - + {% endblock %} {% block body %} diff --git a/django_project/igrac/templates/igrac/blog_page.html b/django_project/igrac/templates/igrac/blog_page.html index ec4b8e4..6d3bdb2 100644 --- a/django_project/igrac/templates/igrac/blog_page.html +++ b/django_project/igrac/templates/igrac/blog_page.html @@ -7,7 +7,7 @@ {% block body_class %}igrac-wagtail{% endblock %} {% block extra_head %} - + {% endblock %} {% block body %} diff --git a/django_project/igrac/templates/igrac/disclaimer_license_page.html b/django_project/igrac/templates/igrac/disclaimer_license_page.html index d9688ff..aabf152 100644 --- a/django_project/igrac/templates/igrac/disclaimer_license_page.html +++ b/django_project/igrac/templates/igrac/disclaimer_license_page.html @@ -5,7 +5,7 @@ {#{% block body_class %}{% trans "igrac-home" %}{% endblock %}#} {% block extra_head %} - + {% endblock %} {% load wagtailcore_tags %} diff --git a/django_project/igrac/templates/index.html b/django_project/igrac/templates/index.html index a479749..b30b8fb 100644 --- a/django_project/igrac/templates/index.html +++ b/django_project/igrac/templates/index.html @@ -9,8 +9,8 @@ - - + + {{ SITE_NAME }} diff --git a/django_project/version/version.txt b/django_project/version/version.txt index bc30b06..e49188c 100644 --- a/django_project/version/version.txt +++ b/django_project/version/version.txt @@ -1 +1 @@ -4.4.8 \ No newline at end of file +4.4.9 \ No newline at end of file