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
3d67c960
Commit
3d67c960
authored
Oct 15, 2012
by
Chris Dodge
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix bug where activation page was blank
parent
54176bfd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
11 deletions
+7
-11
cms/templates/registration/activation_complete.html
+7
-11
No files found.
cms/templates/registration/activation_complete.html
View file @
3d67c960
...
@@ -3,28 +3,24 @@
...
@@ -3,28 +3,24 @@
<
%
namespace
name=
'static'
file=
'../static_content.html'
/>
<
%
namespace
name=
'static'
file=
'../static_content.html'
/>
<
%
block
name=
"content"
>
<section
class=
"container activation"
>
<section
class=
"container activation"
>
<section
class=
"message"
>
<section
class=
"message"
>
%if not already_active:
<h1
class=
"valid"
>
Activation Complete!
</h1>
<p
style=
'padding-top:100px; text-align:center;'
>
%else:
<h1>
Account already active!
</h1>
%endif
<hr
class=
"horizontal-divider"
>
<p>
%if not already_active:
%if not already_active:
Thanks for activating your account.
Thanks for activating your account.
%else:
%else:
This account has already been activated.
This account has already been activated.
%endif
%endif
%if user_logged_in:
%if user_logged_in:
Visit your
<a
href=
"
${reverse('dashboard')}
"
>
dashboard
</a>
to see your courses.
Visit your
<a
href=
"
/
"
>
dashboard
</a>
to see your courses.
%else:
%else:
You can now
<a
href=
"#login-modal"
rel=
"leanModal"
>
login
</a>
.
You can now
<a
href=
"#login-modal"
rel=
"leanModal"
>
login
</a>
.
%endif
%endif
</p>
</p>
</section>
</section>
</section>
</section>
</
%
block>
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