diff --git a/app/templates/bot/create.html b/app/templates/bot/create.html index 14f5dc6..d7a50bd 100644 --- a/app/templates/bot/create.html +++ b/app/templates/bot/create.html @@ -12,7 +12,7 @@ {% include 'error.html' %} - +
{% if session['step'] == 1 %} @@ -26,7 +26,7 @@ {% elif session['step'] == 3 %}

You now need to give your bot access to the {{ session['instance'] }} account you have created for it. If you have not yet created an account on {{ session['instance'] }} for your bot to use, please do so now.

-

Sign in to the {{ session['instance'] }} account you want your bot to use, then click next to begin the authorisation process.

+

In another tab, sign in to the {{ session['instance'] }} account you want your bot to use. Once that's done, click next to begin the authorisation process.

{% elif session['step'] == 4 %}

Congratulations!