From a7bde87a45455cb7ad85309d867f6dfb07f95eb5 Mon Sep 17 00:00:00 2001 From: Lynne Date: Sun, 1 Sep 2019 14:46:42 +1000 Subject: [PATCH] cancel button --- templates/bot_accounts_add.html | 1 + templates/bot_create.html | 1 + 2 files changed, 2 insertions(+) diff --git a/templates/bot_accounts_add.html b/templates/bot_accounts_add.html index 4721f80..4e1a680 100644 --- a/templates/bot_accounts_add.html +++ b/templates/bot_accounts_add.html @@ -32,6 +32,7 @@ {% endif %}
+ Cancel {% if session['step'] != 1 %} {% endif %} diff --git a/templates/bot_create.html b/templates/bot_create.html index e5df4ef..61c350e 100644 --- a/templates/bot_create.html +++ b/templates/bot_create.html @@ -35,6 +35,7 @@ {% endif %}
+ Cancel {% if session['step'] != 1 %} {% endif %}