added new template apps/dashboard/my_lists.html; all FTs passing green locally, tho half og .test_my_lists TODO'd out; test_login uses mock-patch architecture to avoid Mailgun and DigitalOcean magic login link testing restraints
This commit is contained in:
@@ -25,3 +25,5 @@ def view_list(request, list_id):
|
||||
return redirect(our_list)
|
||||
return render(request, "apps/dashboard/list.html", {"list": our_list, "form": form})
|
||||
|
||||
def my_lists(request, user_id):
|
||||
return render(request, "apps/dashboard/my_lists.html")
|
||||
|
||||
Reference in New Issue
Block a user