Revised the TODO view to accept additional arguments in the Mia core application.
This commit is contained in:
parent
069cd9ca74
commit
1212cc2858
@ -55,7 +55,7 @@ def logout(request):
|
|||||||
return redirect("/")
|
return redirect("/")
|
||||||
|
|
||||||
|
|
||||||
def todo(request):
|
def todo(request, **kwargs):
|
||||||
"""A dummy placeholder view for the URL settings that are not
|
"""A dummy placeholder view for the URL settings that are not
|
||||||
implemented yet.
|
implemented yet.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user