From 5336013a952032c91f7ce9f1158e9b370674fada Mon Sep 17 00:00:00 2001 From: Lynne Date: Sun, 1 Sep 2019 14:43:05 +1000 Subject: [PATCH] don't show back button on first page --- templates/bot_accounts_add.html | 2 ++ templates/bot_create.html | 2 ++ 2 files changed, 4 insertions(+) diff --git a/templates/bot_accounts_add.html b/templates/bot_accounts_add.html index 01247fb..4721f80 100644 --- a/templates/bot_accounts_add.html +++ b/templates/bot_accounts_add.html @@ -32,7 +32,9 @@ {% endif %}
+ {% if session['step'] != 1 %} + {% endif %}
diff --git a/templates/bot_create.html b/templates/bot_create.html index 8e908f4..e5df4ef 100644 --- a/templates/bot_create.html +++ b/templates/bot_create.html @@ -35,7 +35,9 @@ {% endif %}
+ {% if session['step'] != 1 %} + {% endif %}