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
!911
Fix email subject of renewal rejection mail
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Fix email subject of renewal rejection mail
fix/renewal-reject-email-subject
into
master
Overview
0
Commits
1
Changes
4
Merged
Ghost User
requested to merge
fix/renewal-reject-email-subject
into
master
6 years ago
Overview
0
Commits
1
Changes
1
Expand
Closes no issue
Previous behaviour
Steps to reproduce:
Reject a renewal
Check email subject
New behaviour
Steps to validate that it works:
Reject a renewal
Check email subject
0
0
Merge request reports
Compare
version 1
version 1
7feda4bf
6 years ago
master (base)
and
latest version
latest version
0909d786
1 commit,
6 years ago
version 1
7feda4bf
1 commit,
6 years ago
Show latest version
1 file
+
1
−
1
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
website/registrations/tests/test_emails.py
+
1
−
1
Options
@@ -176,7 +176,7 @@ class EmailsTest(TestCase):
@@ -176,7 +176,7 @@ class EmailsTest(TestCase):
with
translation
.
override
(
renewal
.
member
.
profile
.
language
):
with
translation
.
override
(
renewal
.
member
.
profile
.
language
):
send_email
.
assert_called_once_with
(
send_email
.
assert_called_once_with
(
renewal
.
member
.
email
,
renewal
.
member
.
email
,
_
(
'
Re
gistration
rejected
'
),
_
(
'
Re
newal
rejected
'
),
'
registrations/email/renewal_rejected.txt
'
,
'
registrations/email/renewal_rejected.txt
'
,
{
{
'
name
'
:
renewal
.
member
.
get_full_name
()
'
name
'
:
renewal
.
member
.
get_full_name
()
Loading