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
f33c3089
Commit
f33c3089
authored
Feb 03, 2014
by
Carson Gee
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Switched from symlink to rename of template
parent
2bf6df23
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 additions
and
3 deletions
+1
-3
cms/djangoapps/contentstore/views/public.py
+1
-1
cms/templates/register.html
+0
-2
cms/templates/register.html
+0
-0
No files found.
cms/djangoapps/contentstore/views/public.py
View file @
f33c3089
...
...
@@ -28,7 +28,7 @@ def signup(request):
# and registration is disabled.
return
redirect
(
reverse
(
'login'
))
return
render_to_response
(
'
signup
.html'
,
{
'csrf'
:
csrf_token
})
return
render_to_response
(
'
register
.html'
,
{
'csrf'
:
csrf_token
})
@ssl_login_shortcut
...
...
cms/templates/register.html
deleted
120000 → 0
View file @
2bf6df23
signup.html
\ No newline at end of file
cms/templates/
signup
.html
→
cms/templates/
register
.html
View file @
f33c3089
File moved
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