Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 4.4.7 (#658) #659

Merged
merged 1 commit into from
Mar 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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:[email protected]">[email protected]</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
Loading