summaryrefslogtreecommitdiff
path: root/web/templates/partials/planning-tab.html
diff options
context:
space:
mode:
Diffstat (limited to 'web/templates/partials/planning-tab.html')
-rw-r--r--web/templates/partials/planning-tab.html11
1 files changed, 1 insertions, 10 deletions
diff --git a/web/templates/partials/planning-tab.html b/web/templates/partials/planning-tab.html
index ae48f33..9472a2a 100644
--- a/web/templates/partials/planning-tab.html
+++ b/web/templates/partials/planning-tab.html
@@ -101,21 +101,12 @@
class="flex-1 bg-black/40 border border-white/20 rounded-lg px-3 py-2 text-sm text-white placeholder-white/50 focus:ring-2 focus:ring-white/30 focus:border-transparent"
required>
<input type="hidden" name="due_date" value="{{.Today}}">
- <input type="hidden" name="source" value="todoist">
+ <input type="hidden" name="source" value="doot">
<button type="submit"
class="bg-white/20 hover:bg-white/30 text-white px-4 py-2 rounded-lg text-sm font-medium transition-colors">
Add
</button>
</div>
- {{if .Projects}}
- <select name="project_id"
- class="w-full bg-black/40 border border-white/20 rounded-lg px-3 py-2 text-sm text-white focus:ring-2 focus:ring-white/30 focus:border-transparent">
- <option value="">Select project (optional)...</option>
- {{range .Projects}}
- <option value="{{.ID}}">{{.Name}}</option>
- {{end}}
- </select>
- {{end}}
</div>
</form>
</div>