From 44c9cb0248e0a50d17ff4c72207d60c036244004 Mon Sep 17 00:00:00 2001 From: Lynne Date: Tue, 10 Sep 2019 16:10:58 +1000 Subject: [PATCH] remove unecessary form actions --- templates/bot_accounts_add.html | 2 +- templates/bot_create.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/bot_accounts_add.html b/templates/bot_accounts_add.html index 24ce1cd..ff2bbd5 100644 --- a/templates/bot_accounts_add.html +++ b/templates/bot_accounts_add.html @@ -14,7 +14,7 @@ {%include 'error.html' %}
-
+ {% if session['step'] == 1 %} diff --git a/templates/bot_create.html b/templates/bot_create.html index 190775c..32c274b 100644 --- a/templates/bot_create.html +++ b/templates/bot_create.html @@ -14,7 +14,7 @@ {% include 'error.html' %}
- + {% if session['step'] == 1 %}