mirror of
https://github.com/mediacms-io/mediacms.git
synced 2025-10-06 22:32:41 +07:00
fix: Uncomment def video_chapters in django
This commit is contained in:
+4
-2
@@ -247,8 +247,10 @@ def history(request):
|
||||
@csrf_exempt
|
||||
@login_required
|
||||
def video_chapters(request, friendly_token):
|
||||
# this is not ready...
|
||||
return False
|
||||
# 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