diff options
| author | Peter Stone <thepeterstone@gmail.com> | 2026-01-19 10:06:06 -1000 |
|---|---|---|
| committer | Peter Stone <thepeterstone@gmail.com> | 2026-01-19 10:06:06 -1000 |
| commit | a32f3fe5e1b921e574caf7419b90cd5a2f0730a1 (patch) | |
| tree | bed6e9267c84d12651114d94703a9ffe7999c69c /web/templates | |
| parent | bff78e417d2bf41e16eb1e4141bcaaa7d2d566e0 (diff) | |
Set Quick Add due date default to today
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Diffstat (limited to 'web/templates')
| -rw-r--r-- | web/templates/partials/tasks-tab.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/templates/partials/tasks-tab.html b/web/templates/partials/tasks-tab.html index ba9aa80..7c94849 100644 --- a/web/templates/partials/tasks-tab.html +++ b/web/templates/partials/tasks-tab.html @@ -21,6 +21,7 @@ <div> <input type="date" name="due_date" + value="{{.Today}}" class="border border-gray-300 rounded-lg px-3 py-2 focus:ring-2 focus:ring-primary-500"> </div> <div> |
