-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Content libraries UI Updates (SOL-80) #6388
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
5ecb90e
5f16d46
01ff1cb
a9bb0a5
1f047b9
8fccdb4
1cbba13
6e67b71
7194e2f
30d31e2
b9667c7
02f3c74
bb72b73
8aa3c48
42fac5a
8efa468
66f354d
39fbac2
f163230
b65f158
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -66,6 +66,6 @@ def login_page(request): | |
| def howitworks(request): | ||
| "Proxy view" | ||
| if request.user.is_authenticated(): | ||
| return redirect('/course/') | ||
| return redirect('/home/') | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. have we handled updated urls in the past in a way that would redirect older bookmarks to the new /new/ url address? I don't know how critical this is but it might be worth noting for potential documentation or even support issues. (cc'ed @catong ) There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It does seem that a redirect from /course/ to /home/ would be good.
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
| else: | ||
| return render_to_response('howitworks.html', {}) | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is a "library code"?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@cahrens It's the 'Library Code" field from the 'new library' form.