From 547b4dfe7ffcef5062046180000ff669412b208a Mon Sep 17 00:00:00 2001 From: luxagraf Date: Tue, 25 Jul 2023 16:07:46 -0500 Subject: notes: auto add user when saving new note --- app/posts/templates/posts/post_list.html | 20 ++------------------ 1 file changed, 2 insertions(+), 18 deletions(-) (limited to 'app/posts') diff --git a/app/posts/templates/posts/post_list.html b/app/posts/templates/posts/post_list.html index f2e9e7a..1abd65c 100644 --- a/app/posts/templates/posts/post_list.html +++ b/app/posts/templates/posts/post_list.html @@ -9,50 +9,36 @@ -
Title
-
-
URL
-
Date last pub
Post type
-
- - -
Update frequency
-
Needs update
-
Days overdue
-
- - - -{% for object in object_list %} +{% for object in object_list %} {{object.title}} - {{object.url|truncatechars:45}} + {{object.url|truncatechars:55}} {{object.date_last_pub}} @@ -65,8 +51,6 @@ Date last pub {{object.days_overdue}} {% endfor %} - - -- cgit v1.2.3-70-g09d2