Skip to content

Commit

Permalink
[Fixes #11821] Fix setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
mattiagiupponi committed Jan 12, 2024
1 parent 7fd93e5 commit 65e1e84
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% load i18n %}
{% trans "User" %} "{{from_user}}" ({{from_user.email}})
{% if account_approval_required %}
{% trans "has requested access to the site." %} {% trans "You can enable access by setting the user as active on the admin section" %}: http://{{current_site}}/admin/people/profile/{{from_user.id}}
{% trans "has requested access to the site." %} {% trans "You can enable access by setting the user as active on the admin section" %}: {{ default_http_protocol }}://{{current_site}}/admin/people/profile/{{from_user.id}}
{% else %}
{% trans "has created an account and has access to the site." %}
{% endif %}
6 changes: 3 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ install_requires =
Pillow==10.2.0
lxml==5.1.0
psycopg2==2.9.9
Django==3.2.23
Django==4.2.9

# Other
amqp==5.2.0
Expand Down Expand Up @@ -100,7 +100,7 @@ install_requires =
django-recaptcha==3.0.0

# REST
djangorestframework==3.12.0
djangorestframework==3.14.0
djangorestframework-gis==1.0
djangorestframework-guardian==0.3.0
drf-extensions==0.7.1
Expand All @@ -118,7 +118,7 @@ install_requires =
geonode-oauth-toolkit==2.2.2
geonode-user-messages==2.0.3
geonode-announcements==2.0.3
geonode-django-activity-stream==0.10.0
django-activity-stream==2.0.0
gn-arcrest==10.5.6
geoserver-restconfig~=2.0.10
gn-gsimporter==2.0.4
Expand Down

0 comments on commit 65e1e84

Please sign in to comment.