Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
concrexit
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
thalia
concrexit
Merge requests
!1023
Fix registration date in event member email
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Fix registration date in event member email
fix/registration-member-email
into
master
Overview
0
Commits
1
Changes
1
Merged
Ghost User
requested to merge
fix/registration-member-email
into
master
6 years ago
Overview
0
Commits
1
Changes
1
Expand
Closes
#754 (closed)
Previous behaviour
Steps to reproduce:
Get an email that you can go to an event after waiting in the queue
New behaviour
Steps to validate that it works:
Get an email that you can go to an event after waiting in the queue
0
0
Merge request reports
Compare
master
version 3
48880d5c
6 years ago
version 2
3d7e0dda
6 years ago
version 1
e068c9d8
6 years ago
master (base)
and
latest version
latest version
04dca2c6
1 commit,
6 years ago
version 3
48880d5c
1 commit,
6 years ago
version 2
3d7e0dda
2 commits,
6 years ago
version 1
e068c9d8
1 commit,
6 years ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
website/events/emails.py
+
1
−
1
Options
@@ -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
})
})
Loading