diff options
author | luxagraf <sng@luxagraf.net> | 2023-07-26 14:32:40 -0500 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2023-07-26 14:32:40 -0500 |
commit | cf0f93063a8a6c712c22b83eb5297cc9a0bb85e8 (patch) | |
tree | a8fd27e812ab772eaa2a8b96e8d0cf3e83e31538 /app/notes/urls.py | |
parent | bbf7c09dc6efcbc7610fd79fa791f25168f72806 (diff) |
notes: added buttons for each status of note
Diffstat (limited to 'app/notes/urls.py')
-rw-r--r-- | app/notes/urls.py | 2 |
1 files changed, 1 insertions, 1 deletions
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'<str:status>', views.NoteListView.as_view(), - name="todo" + name="status" ), path( r'<pk>/edit', |