From 6fe5eaf1a31c0d30eefa710f1ddadeaae57abdbe Mon Sep 17 00:00:00 2001 From: luxagraf Date: Thu, 16 Nov 2023 16:17:18 -0500 Subject: gtd: fixed some templates --- app/gtd/templates/gtd/project_detail.html | 1 + app/gtd/templates/gtd/project_list.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'app/gtd') diff --git a/app/gtd/templates/gtd/project_detail.html b/app/gtd/templates/gtd/project_detail.html index bab6982..38ea559 100644 --- a/app/gtd/templates/gtd/project_detail.html +++ b/app/gtd/templates/gtd/project_detail.html @@ -9,6 +9,7 @@ {% for object in object.gtdnote_set.all %}

{{object.title}} edit

{{object.body_html|smartypants|safe}} +

delete

{% endfor %} diff --git a/app/gtd/templates/gtd/project_list.html b/app/gtd/templates/gtd/project_list.html index 24651de..252cdce 100644 --- a/app/gtd/templates/gtd/project_list.html +++ b/app/gtd/templates/gtd/project_list.html @@ -9,7 +9,7 @@
{% for object in object_list %}
-

{{object.title}}edit

+

{{object.title}}edit

{{object.body_markdown}}

Date Goal: {{object.date_goal}}

Type: {{object.get_project_type_display}}

-- cgit v1.2.3-70-g09d2