Revert "simplify: move subscribe form to GET /subscriptions/add"

This reverts commit 25e24efbfa.
This commit is contained in:
blankie 2026-06-14 07:33:38 +00:00
parent 06ad729168
commit 881218a54f
2 changed files with 6 additions and 4 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="/subscriptions/add">subscribe to an instance</a></small></p>'
f'<p><small>or <a href="/add?type=subscribe">subscribe to an instance</a></small></p>'
f'<p>{msg}</p>'
f'<hr>{listing}'
f'<br><a href="/">back</a>'