X-Git-Url: https://git.p6c8.net/pcdenotes.git/blobdiff_plain/80a429d30dd44b0274bf92486fa7639441116ced..0f4e8b8769f4e9d58350b5d81cf931f61f03a33a:/notes/templates/note_list.html?ds=inline diff --git a/notes/templates/note_list.html b/notes/templates/note_list.html index e996fb2..bf278e1 100644 --- a/notes/templates/note_list.html +++ b/notes/templates/note_list.html @@ -4,7 +4,7 @@ {% block title %}Notes{% endblock %} {% block content %} - {% for note in notes %} + {% for note in notes_page %}

{{ note.title }}

ID: {{ note.id }}

@@ -16,5 +16,15 @@

No notes

{% endfor %} + +

Number of notes: {{ notes_count }}

{% endblock %} \ No newline at end of file