From cf0f93063a8a6c712c22b83eb5297cc9a0bb85e8 Mon Sep 17 00:00:00 2001 From: luxagraf Date: Wed, 26 Jul 2023 14:32:40 -0500 Subject: notes: added buttons for each status of note --- app/notes/urls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/notes/urls.py') diff --git a/app/notes/urls.py b/app/notes/urls.py index ecf7c5c..5571f46 100644 --- a/app/notes/urls.py +++ b/app/notes/urls.py @@ -19,7 +19,7 @@ urlpatterns = [ path( r'', views.NoteListView.as_view(), - name="todo" + name="status" ), path( r'/edit', -- cgit v1.2.3-70-g09d2