Skip to content

Commit

Permalink
Merge branch 'master' into upd_docker_images_tags
Browse files Browse the repository at this point in the history
  • Loading branch information
afabiani authored Jul 3, 2023
2 parents b1e34e2 + de59bce commit f72dec7
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 12 deletions.
1 change: 1 addition & 0 deletions geonode/people/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@ def _notify_account_activated(self):
"site_name": current_site.name,
"email": self.email,
"inviter": self,
"LOGIN_URL": settings.LOGIN_URL,
}

email_template = "pinax/notifications/account_active/account_active"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{% load i18n %}
{% trans "Your account has been approved and is now active." %} ({{ username }})<br/>
{% trans "You can use the login form at" %}: http://{{ current_site.name }}
{% trans "You can use the login form at" %}: {{ LOGIN_URL }}
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{% load i18n %}
{% trans "Your account has been approved and is now active." %}<br/>
{% trans "You can use the login form at" %}: http://{{ current_site }}
{% trans "You can use the login form at" %}: {{ LOGIN_URL }}
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# native dependencies
Pillow==9.5.0
Pillow==10.0.0
lxml==4.9.2
psycopg2==2.9.6
Django==3.2.19
Django==3.2.20

# Other
amqp==5.1.1
Expand Down Expand Up @@ -91,7 +91,7 @@ pinax-ratings==4.0.0
# django-geonode-mapstore-client==4.0.5
-e git+https://github.com/GeoNode/geonode-mapstore-client.git@master#egg=django_geonode_mapstore_client
-e git+https://github.com/GeoNode/geonode-importer.git@master#egg=geonode-importer
geonode-avatar==5.0.8
django-avatar==7.1.1
geonode-oauth-toolkit==2.2.2
geonode-user-messages==2.0.2
geonode-announcements==2.0.2
Expand All @@ -111,9 +111,9 @@ django-bootstrap3-datetimepicker-2==2.8.3
# storage manager dependencies
django-storages==1.13.2
dropbox==11.36.2
google-cloud-storage==2.9.0
google-cloud-storage==2.10.0
google-cloud-core==2.3.2
boto3==1.26.160
boto3==1.26.165

# Django Caches
python-memcached<=1.59
Expand Down
11 changes: 6 additions & 5 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ setup_requires =
setuptools
install_requires =
# native dependencies
Pillow==9.5.0
Pillow==10.0.0
lxml==4.9.2
psycopg2==2.9.6
Django==3.2.19
Django==3.2.20

# Other
amqp==5.1.1
Expand Down Expand Up @@ -116,7 +116,7 @@ install_requires =
# GeoNode org maintained apps.
django-geonode-mapstore-client>=4.0.5,<5.0.0
geonode-importer>=1.0.2
geonode-avatar==5.0.8
django-avatar==7.1.1
geonode-oauth-toolkit==2.2.2
geonode-user-messages==2.0.2
geonode-announcements==2.0.2
Expand All @@ -136,9 +136,9 @@ install_requires =
# storage manager dependencies
django-storages==1.13.2
dropbox==11.36.2
google-cloud-storage==2.9.0
google-cloud-storage==2.10.0
google-cloud-core==2.3.2
boto3==1.26.160
boto3==1.26.165

# Django Caches
python-memcached<=1.59
Expand Down Expand Up @@ -201,6 +201,7 @@ install_requires =
mako==1.2.4
certifi>=2022.12.7 # not directly required, pinned by Snyk to avoid a vulnerability
jwcrypto>=1.4 # not directly required, pinned by Snyk to avoid a vulnerability
cryptography>=41.0.0 # not directly required, pinned by Snyk to avoid a vulnerability

[options.packages.find]
exclude = tests
Expand Down

0 comments on commit f72dec7

Please sign in to comment.