1
0
Fork 0
mirror of https://github.com/Lynnesbian/FediBooks/ synced 2024-11-25 08:38:59 +00:00

capitalisation is important

This commit is contained in:
Lynne Megido 2020-01-20 19:48:07 +10:00
parent cbb90e8704
commit 6db6f12687
Signed by: lynnesbian
GPG key ID: F0A184B5213D9F90

View file

@ -12,10 +12,11 @@
</div> </div>
{%include 'error.html' %} {%include 'error.html' %}
<div class="container centred"> <div class="container centred">
<form method="POST"> <form method="POST">
{% if session['step'] == 1 %} {% if session['step'] == 1 %}
<p>Please enter the full handle of the account you'd like your bot to learn from. Note that this is case sensitive.</p>
<label for="account" class="important">Account handle</label> <label for="account" class="important">Account handle</label>
<input type="text" name="account" class="full-width" placeholder="@user@example.com"> <input type="text" name="account" class="full-width" placeholder="@user@example.com">
<br> <br>