diff --git a/templates/bot_accounts_add.html b/templates/bot_accounts_add.html index 91ebde9..a65db58 100644 --- a/templates/bot_accounts_add.html +++ b/templates/bot_accounts_add.html @@ -29,6 +29,10 @@

FediBooks was unable to authenticate with {{ session['instance'] }}.

Click back to try again. If you believe this is in error, you may file a bug report.

+ {% else %} +

Error

+

An unknown error has occurred.

+ {% endif %}
diff --git a/templates/bot_create.html b/templates/bot_create.html index 7d8b8c6..aa4cd57 100644 --- a/templates/bot_create.html +++ b/templates/bot_create.html @@ -32,6 +32,10 @@

FediBooks has successfully authenticated with {{ session['instance'] }}, and your bot is ready to be configured. Click finish to return to the bot management screen.

To get your bot working, you need to add at least one account for it to learn from. You can do so by clicking the button. To configure settings such as posting frequency and content warnings, click the button.

+ {% else %} +

Error

+

An unknown error has occurred.

+ {% endif %}