simplify: move subscribe form to GET /subscriptions/add
This commit is contained in:
parent
e0a5d44d94
commit
25e24efbfa
2 changed files with 4 additions and 6 deletions
|
|
@ -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>'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue