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
d14c8e25
Commit
d14c8e25
authored
Feb 19, 2013
by
Brian Talbot
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'drupal-new' of github.com:MITx/mitx into drupal-new
parents
074f866b
4596fa41
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
common/djangoapps/student/views.py
+1
-1
lms/urls.py
+1
-1
No files found.
common/djangoapps/student/views.py
View file @
d14c8e25
...
...
@@ -212,7 +212,7 @@ def _cert_info(user, course, cert_status):
return
d
def
log
in_user
(
request
):
def
sign
in_user
(
request
):
"""
This view will display the non-modal login form
"""
...
...
lms/urls.py
View file @
d14c8e25
...
...
@@ -15,7 +15,7 @@ urlpatterns = ('',
url
(
r'^update_certificate$'
,
'certificates.views.update_certificate'
),
url
(
r'^$'
,
'branding.views.index'
,
name
=
"root"
),
# Main marketing page, or redirect to courseware
url
(
r'^dashboard$'
,
'student.views.dashboard'
,
name
=
"dashboard"
),
url
(
r'^signin$'
,
'student.views.
login_user'
,
name
=
"log
in_user"
),
url
(
r'^signin$'
,
'student.views.
signin_user'
,
name
=
"sign
in_user"
),
url
(
r'^register$'
,
'student.views.register_user'
,
name
=
"register_user"
),
url
(
r'^admin_dashboard$'
,
'dashboard.views.dashboard'
),
...
...
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