More template markup tweak

This commit is contained in:
Thomas Sileo
2019-09-08 14:54:47 +02:00
parent a0a756d320
commit f8adf01678
6 changed files with 12 additions and 6 deletions

View File

@@ -5,6 +5,7 @@
{% block content %}
<div id="container">
{% include "header.html" %}
<main>
<h2 style="font-weight:normal">Remote follow @<span class="gold">{{ config.USERNAME }}</span>@<span class="gold">{{ config.DOMAIN }}</span></h2>
<form method="POST" action="">
@@ -12,6 +13,6 @@
<input type="text" name="profile" placeholder="you@your-instance">
<input type="submit" value="Follow">
</form>
</main>
</div>
{% endblock %}