Update add form
This commit is contained in:
parent
f2f4682fa1
commit
696a32cef9
1 changed files with 1 additions and 1 deletions
|
|
@ -357,7 +357,7 @@ def handle_add_form(msg="", action_type="index"):
|
||||||
f"<p>Add a site to your index</p>"
|
f"<p>Add a site to your index</p>"
|
||||||
f'<form method="post" action="/add">'
|
f'<form method="post" action="/add">'
|
||||||
f'{_csrf_field()}'
|
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="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'<input name="tags" placeholder="tags (comma-separated, e.g. solarpunk, mesh)" size="50"><br><br>'
|
||||||
f'<button type="submit">index</button>'
|
f'<button type="submit">index</button>'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue