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
|
||||
@login_required
|
||||
def video_chapters(request, friendly_token):
|
||||
# TODO: Enable chapter saving functionality
|
||||
# return False # TODO: Remove this
|
||||
|
||||
# Enable chapter saving functionality
|
||||
if not request.method == "POST":
|
||||
return HttpResponseRedirect("/")
|
||||
|
||||
Reference in New Issue
Block a user