Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
b0690207
Commit
b0690207
authored
Aug 22, 2017
by
Waheed Ahmed
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove deprecated field 'sailthru_activation_template'.
LEARNER-2201
parent
821253bf
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
8 deletions
+0
-8
lms/djangoapps/email_marketing/models.py
+0
-8
No files found.
lms/djangoapps/email_marketing/models.py
View file @
b0690207
...
@@ -47,14 +47,6 @@ class EmailMarketingConfiguration(ConfigurationModel):
...
@@ -47,14 +47,6 @@ class EmailMarketingConfiguration(ConfigurationModel):
)
)
)
)
sailthru_activation_template
=
models
.
fields
.
CharField
(
max_length
=
20
,
blank
=
True
,
help_text
=
_
(
"DEPRECATED: use sailthru_welcome_template instead."
)
)
sailthru_welcome_template
=
models
.
fields
.
CharField
(
sailthru_welcome_template
=
models
.
fields
.
CharField
(
max_length
=
20
,
max_length
=
20
,
blank
=
True
,
blank
=
True
,
...
...
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