From 8977f8cec4ca88f13528792a453eb27328e22845 Mon Sep 17 00:00:00 2001 From: "David T. Sadler" Date: Sun, 14 Nov 2021 08:49:37 +0000 Subject: Add description to todo --- src/templates/form_fields.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/templates/form_fields.php') diff --git a/src/templates/form_fields.php b/src/templates/form_fields.php index 505cf26..3b58adb 100644 --- a/src/templates/form_fields.php +++ b/src/templates/form_fields.php @@ -2,6 +2,10 @@ has('task')) { ?>

get('task'))); ?>

+ +has('description')) { ?> +

get('description'))); ?>

+ has('tag')) { ?>

get('tag'))); ?>

-- cgit v1.2.3-13-gbd6f