Minor cleanups

This commit is contained in:
Dominic Ferrando
2025-04-24 00:29:10 -04:00
parent 27fc9476fa
commit 73d66560b6
5 changed files with 11 additions and 17 deletions
+5 -1
View File
@@ -48,7 +48,11 @@ templ PostAdminDialog(post database.Post) {
</div>
<div>
<span>Days: </span>
<input type="datetime-local" name="expiration"/>
<input
_="on load set my.value to getCurrentDateISOString() then set my.min to my.value"
type="datetime-local"
name="expiration"
/>
</div>
<button
type="submit"