Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
thalia
concrexit
Commits
04dca2c6
Commit
04dca2c6
authored
Oct 24, 2018
by
Sébastiaan Versteeg
Committed by
Thom Wiggers
Oct 31, 2018
Browse files
Fix registration date in event member email
parent
ae4625bc
Changes
1
Hide whitespace changes
Inline
Side-by-side
website/events/emails.py
View file @
04dca2c6
...
...
@@ -40,7 +40,7 @@ def notify_first_waiting(request, event):
event
.
title
)
text_message
=
text_template
.
render
({
'event'
:
event
,
'reg'
:
first_waiting
,
'reg
istration
'
:
first_waiting
,
'member'
:
first_waiting_member
,
'base_url'
:
baseurl
.
baseurl
(
context
=
{
'request'
:
request
})
})
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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