Skip to content

Commit

Permalink
Version 4.4.7 (#658)
Browse files Browse the repository at this point in the history
* Fix registering sentences page

* Bump version 4.4.7
  • Loading branch information
meomancer authored Mar 1, 2024
1 parent 91b01e3 commit 3da057c
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 9 deletions.
2 changes: 1 addition & 1 deletion deployment/.env
Original file line number Diff line number Diff line change
Expand Up @@ -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 ------
Expand Down
2 changes: 1 addition & 1 deletion django_project/gwml2
Submodule gwml2 updated from 40746e to b5bf72
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ <h1>Download Form.</h1>

{% block body_outer %}
<div class="page-header">
<h1>Registration page is not found</h1>
<h1>Registration page on request only</h1>
</div>
<div class="row">
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: <a href="mailto:ggis@un-igrac.org">ggis@un-igrac.org</a>
Expand Down
12 changes: 7 additions & 5 deletions django_project/igrac/templates/account/signup.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,17 +69,19 @@

.form-actions {
margin-bottom: 50px;
margin-top: 20px;
}
.form-actions button[type="submit"] {
padding: 0.5rem;
width: 100%;
}
</style>
{% endblock %}

{% block body_outer %}
<div class="page-header">
<h1>{% trans "Sign up" %}</h1>
<h1>{% trans "Register" %}</h1>
<div>
Registering in the GGIS is for users who want to upload data or use
advanced functionalities like joining user groups or creating maps.
<br>
Please note that the activation of your account might take a couple
of days, and the notification email could end up in your spam box.
</div>
Expand Down Expand Up @@ -167,7 +169,7 @@ <h1>{% trans "Sign up" %}</h1>
<div class="form-actions">
<button type="submit"
class="btn btn-primary">
{% trans "Sign up" %}
{% trans "Register" %}
</button>
</div>
</fieldset>
Expand Down
2 changes: 1 addition & 1 deletion django_project/version/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.4.6
4.4.7

0 comments on commit 3da057c

Please sign in to comment.