summaryrefslogtreecommitdiff
path: root/web/templates/task-detail-page.html
diff options
context:
space:
mode:
Diffstat (limited to 'web/templates/task-detail-page.html')
-rw-r--r--web/templates/task-detail-page.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/templates/task-detail-page.html b/web/templates/task-detail-page.html
index 9bbf008..0c9b8f7 100644
--- a/web/templates/task-detail-page.html
+++ b/web/templates/task-detail-page.html
@@ -12,7 +12,7 @@
{{if .Saved}}<p class="text-green-400 text-sm mb-3">Saved.</p>{{end}}
<div class="bg-gray-800 rounded-xl p-5 mt-2">
<h1 class="font-semibold text-lg mb-4">{{.Title}}</h1>
- {{if eq .Source "todoist"}}
+ {{if eq .Source "doot"}}
<form method="post" action="/tasks/update">
<input type="hidden" name="csrf_token" value="{{.CSRFToken}}">
<input type="hidden" name="id" value="{{.ID}}">