Update add form

This commit is contained in:
lichenblankie 2026-03-30 23:14:54 +00:00
parent f2f4682fa1
commit 696a32cef9

View file

@ -357,7 +357,7 @@ def handle_add_form(msg="", action_type="index"):
f"<p>Add a site to your index</p>"
f'<form method="post" action="/add">'
f'{_csrf_field()}'
f'<input name="url" placeholder="https://example.com" size="50"><br>'
f'<input name="url" placeholder="https://example.com" size="50"><br><br>'
f'<input name="note" placeholder="why are you saving this? (optional)" size="50"><br><br>'
f'<input name="tags" placeholder="tags (comma-separated, e.g. solarpunk, mesh)" size="50"><br><br>'
f'<button type="submit">index</button>'