From 3a2cbdc267491a5acaf670da9d9952f14c5055d0 Mon Sep 17 00:00:00 2001 From: Lynne Date: Sun, 1 Sep 2019 14:51:14 +1000 Subject: [PATCH] add missing classes to cancel buttons --- 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 4e1a680..91ebde9 100644 --- a/templates/bot_accounts_add.html +++ b/templates/bot_accounts_add.html @@ -32,7 +32,7 @@ {% endif %}
- Cancel + Cancel {% if session['step'] != 1 %} {% endif %} diff --git a/templates/bot_create.html b/templates/bot_create.html index 61c350e..7d8b8c6 100644 --- a/templates/bot_create.html +++ b/templates/bot_create.html @@ -35,7 +35,7 @@ {% endif %}
- Cancel + Cancel {% if session['step'] != 1 %} {% endif %}