Remov silly message on the remote follow page

This commit is contained in:
Thomas Sileo 2019-09-06 20:49:18 +02:00
parent 606a2dfa68
commit 31902ddb46

View file

@ -5,12 +5,12 @@
{% block content %} {% block content %}
<div id="container"> <div id="container">
{% include "header.html" %} {% include "header.html" %}
<h2 style="font-weight:normal">You're about to follow me <small style="font-weight:normal;font-family:sans-serif">\o/</small></h2> <h2 style="font-weight:normal">Remote follow @<span class="gold">{{ config.USERNAME }}</span>@<span class="gold">{{ config.DOMAIN }}</span></h2>
<form method="POST" action=""> <form method="POST" action="">
<input type="hidden" name="csrf_token" value="{{ csrf_token() }}"/> <input type="hidden" name="csrf_token" value="{{ csrf_token() }}"/>
<input type="text" name="profile" placeholder="you@your-instance"> <input type="text" name="profile" placeholder="you@your-instance">
<input type="submit" value="Proceed to remote follow"> <input type="submit" value="Follow">
</form> </form>
</div> </div>