feat: accept date-only watched_at in review form

This commit is contained in:
2026-05-08 13:12:56 +02:00
parent afb012ffde
commit 53b7ac2e41
2 changed files with 13 additions and 2 deletions

View File

@@ -29,7 +29,7 @@
</label>
<label>
Watched<br>
<input type="datetime-local" name="watched_at" required>
<input type="date" name="watched_at" required>
</label>
<label>
Comment<br>