mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-12-17 05:36:34 +00:00
add submit button to remote follow form
This commit is contained in:
parent
e9bb2a04a4
commit
6abf5d6910
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@
|
||||||
<input type="hidden" name="user" value="{{ user.username }}">
|
<input type="hidden" name="user" value="{{ user.username }}">
|
||||||
<label class="label" for="remote_user">User handle to follow from:</label>
|
<label class="label" for="remote_user">User handle to follow from:</label>
|
||||||
<input class="input" type="text" name="remote_user" id="remote_user" placeholder="user@example.social">
|
<input class="input" type="text" name="remote_user" id="remote_user" placeholder="user@example.social">
|
||||||
|
<button class="button mt-1 is-primary" type="submit">{% trans 'Follow!' %}</button>
|
||||||
</form>
|
</form>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue