simplify: move subscribe form to GET /subscriptions/add

This commit is contained in:
blankie 2026-06-14 07:32:58 +00:00
parent faa28005e3
commit 492f98fed9
2 changed files with 4 additions and 6 deletions

View file

@ -198,7 +198,7 @@ def handle_subscriptions(msg=""):
f'<input name="dest_hash" placeholder="destination hash" size="40"> '
f'<button>subscribe</button>'
f'</form>'
f'<p><small>or <a href="/add?type=subscribe">subscribe to an instance</a></small></p>'
f'<p><small>or <a href="/subscriptions/add">subscribe to an instance</a></small></p>'
f'<p>{msg}</p>'
f'<hr>{listing}'
f'<br><a href="/">back</a>'