-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7fd93e5
commit 65e1e84
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters