Admin improvements and design tweaks
This commit is contained in:
parent
1acefc679d
commit
45dc57b538
8 changed files with 139 additions and 118 deletions
|
@ -4,7 +4,7 @@
|
|||
{% include "header.html" %}
|
||||
|
||||
<h2>Remotely follow {{ local_actor.display_name }}</h2>
|
||||
<form action="{{ url_for("post_remote_follow") }}" method="POST">
|
||||
<form class="form" action="{{ url_for("post_remote_follow") }}" method="POST">
|
||||
<input type="hidden" name="csrf_token" value="{{remote_follow_csrf_token}}">
|
||||
<input type="text" name="profile" placeholder="you@instance.tld">
|
||||
<input type="submit" value="Follow">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue