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
8e384a73
Commit
8e384a73
authored
May 15, 2013
by
David Baumgold
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove proof-of-concept page
parent
4af33259
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 additions
and
11 deletions
+1
-11
cms/djangoapps/contentstore/views/public.py
+1
-8
cms/templates/ux-alerts.html
+0
-0
cms/urls.py
+0
-3
No files found.
cms/djangoapps/contentstore/views/public.py
View file @
8e384a73
...
...
@@ -8,7 +8,7 @@ from mitxmako.shortcuts import render_to_response
from
external_auth.views
import
ssl_login_shortcut
from
.user
import
index
__all__
=
[
'signup'
,
'old_login_redirect'
,
'login_page'
,
'howitworks'
,
'ux_alerts'
]
__all__
=
[
'signup'
,
'old_login_redirect'
,
'login_page'
,
'howitworks'
]
"""
Public views
...
...
@@ -49,10 +49,3 @@ def howitworks(request):
return
index
(
request
)
else
:
return
render_to_response
(
'howitworks.html'
,
{})
def
ux_alerts
(
request
):
"""
static/proof-of-concept views
"""
return
render_to_response
(
'ux-alerts.html'
,
{})
cms/templates/ux-alerts.html
deleted
100644 → 0
View file @
4af33259
This diff is collapsed.
Click to expand it.
cms/urls.py
View file @
8e384a73
...
...
@@ -115,9 +115,6 @@ urlpatterns += (
url
(
r'^login_post$'
,
'student.views.login_user'
,
name
=
'login_post'
),
url
(
r'^logout$'
,
'student.views.logout_user'
,
name
=
'logout'
),
# static/proof-of-concept views
url
(
r'^ux-alerts$'
,
'contentstore.views.ux_alerts'
,
name
=
'ux-alerts'
)
)
js_info_dict
=
{
...
...
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