{{ note.title }}
-ID: {{ note.id }}
-Link: View
-Date: {{ note.created_at|date:"Y-m-d H:i" }}
-X-Git-Url: https://git.p6c8.net/pcdenotes.git/blobdiff_plain/0f4e8b8769f4e9d58350b5d81cf931f61f03a33a..HEAD:/notes/templates/note_list.html?ds=sidebyside
diff --git a/notes/templates/note_list.html b/notes/templates/note_list.html
index bf278e1..91131d8 100644
--- a/notes/templates/note_list.html
+++ b/notes/templates/note_list.html
@@ -1,30 +1,23 @@
{% extends "note_base.html" %}
-{% load markdownify %}
{% block title %}Notes{% endblock %}
{% block content %}
{% for note in notes_page %}
- ID: {{ note.id }} Link: View Date: {{ note.created_at|date:"Y-m-d H:i" }}{{ note.title }}
-
No notes
{% endfor %} -Number of notes: {{ notes_count }}
+ {% if page_count > 1 %} +