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>
{%include 'error.html' %}
<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>