2022-01-05 18:11:00 -05:00
|
|
|
{include '../following_tags.latte'}
|
|
|
|
<form action="./settings/following" method="POST">
|
|
|
|
<div class="field">
|
|
|
|
<label class="label">Add / Remove user</label>
|
|
|
|
<div class="control">
|
|
|
|
<input name="account" class="input" type="text" />
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="field">
|
|
|
|
<div class="control">
|
|
|
|
<label class="radio">
|
2022-01-06 18:13:51 -05:00
|
|
|
<input type="radio" name="mode" value="add">Add
|
2022-01-05 18:11:00 -05:00
|
|
|
</label>
|
|
|
|
<label class="radio">
|
2022-01-06 18:13:51 -05:00
|
|
|
<input type="radio" name="mode" value="remove">Remove
|
2022-01-05 18:11:00 -05:00
|
|
|
</label>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="field">
|
|
|
|
<div class="control">
|
|
|
|
<button class="button is-primary" type="submit">Send</button>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</form>
|