From 3da057c8d406e502f2aacaf235aced276b5e89f4 Mon Sep 17 00:00:00 2001 From: Irwan Fathurrahman Date: Fri, 1 Mar 2024 15:53:12 +0700 Subject: [PATCH] Version 4.4.7 (#658) * Fix registering sentences page * Bump version 4.4.7 --- deployment/.env | 2 +- django_project/gwml2 | 2 +- .../igrac/templates/account/signup-not-found.html | 2 +- django_project/igrac/templates/account/signup.html | 12 +++++++----- django_project/version/version.txt | 2 +- 5 files changed, 11 insertions(+), 9 deletions(-) diff --git a/deployment/.env b/deployment/.env index 31c0bd8..a6118be 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.6 +VERSION=4.4.7 ISTSOS_VERSION=2.4.1-2 # ------ GEOSERVER ------ diff --git a/django_project/gwml2 b/django_project/gwml2 index 40746ec..b5bf72d 160000 --- a/django_project/gwml2 +++ b/django_project/gwml2 @@ -1 +1 @@ -Subproject commit 40746ecc11cc2d9d033ec59bb21102e2bd619ddd +Subproject commit b5bf72dd3cd23562810cafae7b51c5f3261a06fc diff --git a/django_project/igrac/templates/account/signup-not-found.html b/django_project/igrac/templates/account/signup-not-found.html index 804510a..45e56df 100644 --- a/django_project/igrac/templates/account/signup-not-found.html +++ b/django_project/igrac/templates/account/signup-not-found.html @@ -13,7 +13,7 @@

Download Form.

{% block body_outer %}
Registration is only for data providers. It is not required to access and download the resources available in the GGIS. If you are from a partner organization and you have data that could be shared in the GGIS, please reach out to the website administrator: ggis@un-igrac.org diff --git a/django_project/igrac/templates/account/signup.html b/django_project/igrac/templates/account/signup.html index a79ad3e..21fe242 100644 --- a/django_project/igrac/templates/account/signup.html +++ b/django_project/igrac/templates/account/signup.html @@ -69,17 +69,19 @@ .form-actions { margin-bottom: 50px; + margin-top: 20px; + } + .form-actions button[type="submit"] { + padding: 0.5rem; + width: 100%; } {% endblock %} {% block body_outer %}