Remove unused URL /book-shifted/

This commit is contained in:
Ned Batchelder
2013-06-28 17:04:59 -04:00
parent 6c3563cc1a
commit 25d0f4d500
2 changed files with 0 additions and 6 deletions

View File

@@ -36,10 +36,6 @@ def index(request, course_id, book_index, page=None):
)
def index_shifted(request, course_id, page):
return index(request, course_id=course_id, page=int(page) + 24)
def remap_static_url(original_url, course):
"""Remap a URL in the ways the course requires."""
# Ick: this should be possible without having to quote and unquote the URL...