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