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
071f35ba
Commit
071f35ba
authored
Apr 06, 2017
by
Omar Al-Ithawi
Committed by
Renzo Lucioni
Jul 10, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Deleted unused template: `emails_change_successful.html`
parent
425d0b3b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
18 deletions
+0
-18
lms/templates/emails_change_successful.html
+0
-18
No files found.
lms/templates/emails_change_successful.html
deleted
100644 → 0
View file @
425d0b3b
<
%
inherit
file=
"main.html"
/>
<
%!
from
django
.
utils
.
translation
import
ugettext
as
_
from
django
.
core
.
urlresolvers
import
reverse
%
>
<section
class=
"container activation"
>
<section
class=
"message"
>
<h1
class=
"invalid"
>
${_("E-mail change successful!")}
</h1>
<hr
class=
"horizontal-divider"
>
<p>
${_('You should see your new email in your {link_start}dashboard{link_end}.').format(
link_start='
<a
href=
"{url}"
>
'.format(url=reverse('dashboard')),
link_end='
</a>
',
)}
</p>
</section>
</section>
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