Revised the TODO view to accept additional arguments in the Mia core application.

This commit is contained in:
依瑪貓 2020-07-14 09:59:56 +08:00
parent 069cd9ca74
commit 1212cc2858

View File

@ -55,7 +55,7 @@ def logout(request):
return redirect("/")
def todo(request):
def todo(request, **kwargs):
"""A dummy placeholder view for the URL settings that are not
implemented yet.