Add extra line break between note and tags for better spacing
This commit is contained in:
parent
3bebb5734b
commit
da95e580f4
1 changed files with 1 additions and 1 deletions
|
|
@ -365,7 +365,7 @@ def handle_add_form(msg="", action_type="index"):
|
||||||
f'<input name="url" id="url_input" placeholder="https://example.com" size="50"><br>'
|
f'<input name="url" id="url_input" placeholder="https://example.com" size="50"><br>'
|
||||||
f'<input name="reticulum_dest" id="hash_input" placeholder="reticulum destination hash (32 hex chars)" size="50" style="display:none"><br>'
|
f'<input name="reticulum_dest" id="hash_input" placeholder="reticulum destination hash (32 hex chars)" size="50" style="display:none"><br>'
|
||||||
f'<input name="note" placeholder="why are you saving this? (optional)" size="50"><br>'
|
f'<input name="note" placeholder="why are you saving this? (optional)" size="50"><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><br>'
|
||||||
f'<button type="submit">index</button>'
|
f'<button type="submit">index</button>'
|
||||||
f"</form>"
|
f"</form>"
|
||||||
f"<p>{msg}</p>"
|
f"<p>{msg}</p>"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue