From 3dca2be414e482ae23303e0b52a0c5d9ce9950e8 Mon Sep 17 00:00:00 2001 From: luxagraf Date: Thu, 16 Nov 2023 11:12:45 -0500 Subject: gtd: added some links to delete from list view --- app/gtd/templates/gtd/wirednote_list.html | 5 +++-- app/gtd/templates/gtd/wiredpost_detail.html | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'app/gtd') diff --git a/app/gtd/templates/gtd/wirednote_list.html b/app/gtd/templates/gtd/wirednote_list.html index 7b17617..73c93bb 100644 --- a/app/gtd/templates/gtd/wirednote_list.html +++ b/app/gtd/templates/gtd/wirednote_list.html @@ -11,8 +11,9 @@
{% for object in object_list %} {% endfor%}
diff --git a/app/gtd/templates/gtd/wiredpost_detail.html b/app/gtd/templates/gtd/wiredpost_detail.html index 92ac269..f4dd272 100644 --- a/app/gtd/templates/gtd/wiredpost_detail.html +++ b/app/gtd/templates/gtd/wiredpost_detail.html @@ -13,6 +13,7 @@

{%if object.url%}{{object.title}}{%else%}{{object.title}}{%endif%}edit

{{object.body_markdown}}

Status: {% if object.status == 0 %}{{object.get_status_display}}{%else%}{{object.get_status_display}}{%endif%}

+

delete

{%endfor%} {% endfor%} -- cgit v1.2.3-70-g09d2