diff options
author | luxagraf <sng@luxagraf.net> | 2023-07-24 13:40:07 -0500 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2023-07-24 13:40:07 -0500 |
commit | 1dc0faaf94b8ffcd93b303839133849bfeea0848 (patch) | |
tree | 16125a509af9a78f1463745a9595c7971592b9b3 | |
parent | e5c5a6c840456a46e894f765c5e438692c810d5d (diff) |
notes: moved templates from posts app
-rw-r--r-- | app/notes/templates/notes/note_form.html (renamed from app/posts/templates/posts/note_form.html) | 0 | ||||
-rw-r--r-- | app/notes/templates/notes/note_list.html (renamed from app/posts/templates/posts/note_list.html) | 0 |
2 files changed, 0 insertions, 0 deletions
diff --git a/app/posts/templates/posts/note_form.html b/app/notes/templates/notes/note_form.html index 10d81ac..10d81ac 100644 --- a/app/posts/templates/posts/note_form.html +++ b/app/notes/templates/notes/note_form.html diff --git a/app/posts/templates/posts/note_list.html b/app/notes/templates/notes/note_list.html index c4d287c..c4d287c 100644 --- a/app/posts/templates/posts/note_list.html +++ b/app/notes/templates/notes/note_list.html |