{{ note.title }}
-ID: {{ note.id }}
+{{ note.title }}
Link: View
Date: {{ note.created_at|date:"Y-m-d H:i" }}
X-Git-Url: https://git.p6c8.net/pcdenotes.git/blobdiff_plain/ee38ff5eec83ee81d518125d2894c631da45c3f9..ae03458e871011aea691e3d67b577f60362f481d:/notes/templates/note_list.html?page=%7B%7B%20page.number%20%7D%7D
diff --git a/notes/templates/note_list.html b/notes/templates/note_list.html
index e996fb2..ffc256a 100644
--- a/notes/templates/note_list.html
+++ b/notes/templates/note_list.html
@@ -4,17 +4,23 @@
{% block title %}Notes{% endblock %}
{% block content %}
- {% for note in notes %}
+ {% for note in notes_page %}
ID: {{ note.id }} Link: View Date: {{ note.created_at|date:"Y-m-d H:i" }}{{ note.title }}
- {{ note.title }}
No notes
{% endfor %} -Number of notes: {{ notes_count }}
+