Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
synnefo
Commits
7237f8c0
Commit
7237f8c0
authored
Jan 23, 2012
by
Sofia Papagiannaki
Browse files
- urlencode next in invitation sent email
parent
3bf924ec
Changes
1
Hide whitespace changes
Inline
Side-by-side
astakos/im/views.py
View file @
7237f8c0
...
...
@@ -114,7 +114,7 @@ def _generate_invitation_code():
def
_send_invitation
(
request
,
baseurl
,
inv
):
subject
=
_
(
'Invitation to Astakos'
)
site
=
get_current_site
(
request
)
url
=
settings
.
SIGNUP_TARGET
%
(
baseurl
,
inv
.
code
,
site
.
domain
)
url
=
settings
.
SIGNUP_TARGET
%
(
baseurl
,
inv
.
code
,
quote
(
site
.
domain
)
)
message
=
render_to_string
(
'invitation.txt'
,
{
'invitation'
:
inv
,
'url'
:
url
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment