Skip to content
GitLab
Menu
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
07a31a75
Verified
Commit
07a31a75
authored
Oct 11, 2017
by
Sébastiaan Versteeg
Browse files
Fix context given to baseurl templatetag in events emails.py
parent
10d422fd
Changes
1
Hide whitespace changes
Inline
Side-by-side
website/events/emails.py
View file @
07a31a75
...
...
@@ -28,7 +28,7 @@ def notify_first_waiting(request, event):
'event'
:
event
,
'reg'
:
first_waiting
,
'member'
:
first_waiting_member
,
'base_url'
:
baseurl
.
baseurl
(
request
)
'base_url'
:
baseurl
.
baseurl
(
context
=
{
'request'
:
request
}
)
})
EmailMessage
(
...
...
Write
Preview
Supports
Markdown
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