add submit button to remote follow form

This commit is contained in:
Hugh Rundle 2021-11-28 21:48:03 +11:00
parent e9bb2a04a4
commit 6abf5d6910
No known key found for this signature in database
GPG key ID: CD23D6039184286B

View file

@ -36,6 +36,7 @@
<input type="hidden" name="user" value="{{ user.username }}">
<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">
<button class="button mt-1 is-primary" type="submit">{% trans 'Follow!' %}</button>
</form>
</section>
</div>