{{ 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/ee38ff5eec83ee81d518125d2894c631da45c3f9..083b6653f96bcbbea1328090e4775b055ab01c03:/notes/templates/note_list.html
diff --git a/notes/templates/note_list.html b/notes/templates/note_list.html
index e996fb2..e77bce0 100644
--- a/notes/templates/note_list.html
+++ b/notes/templates/note_list.html
@@ -1,20 +1,21 @@
{% extends "note_base.html" %}
-{% load markdownify %}
{% block title %}Notes{% endblock %}
{% block content %}
- {% for note in notes %}
- 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 }}
+