mirror of
https://github.com/Lynnesbian/FediBooks/
synced 2024-11-25 08:38:59 +00:00
capitalisation is important
This commit is contained in:
parent
cbb90e8704
commit
6db6f12687
1 changed files with 2 additions and 1 deletions
|
@ -16,6 +16,7 @@
|
|||
<div class="container centred">
|
||||
<form method="POST">
|
||||
{% 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>
|
||||
<input type="text" name="account" class="full-width" placeholder="@user@example.com">
|
||||
<br>
|
||||
|
|
Loading…
Reference in a new issue