mirror of
https://github.com/mediacms-io/mediacms.git
synced 2025-10-06 22:32:41 +07:00
fix: blank line contains whitespace
This commit is contained in:
@@ -247,9 +247,6 @@ def history(request):
|
|||||||
@csrf_exempt
|
@csrf_exempt
|
||||||
@login_required
|
@login_required
|
||||||
def video_chapters(request, friendly_token):
|
def video_chapters(request, friendly_token):
|
||||||
# TODO: Enable chapter saving functionality
|
|
||||||
# return False # TODO: Remove this
|
|
||||||
|
|
||||||
# Enable chapter saving functionality
|
# Enable chapter saving functionality
|
||||||
if not request.method == "POST":
|
if not request.method == "POST":
|
||||||
return HttpResponseRedirect("/")
|
return HttpResponseRedirect("/")
|
||||||
|
|||||||
Reference in New Issue
Block a user