From f6925cd172add89ee4ec78a69fe736fbe301815e Mon Sep 17 00:00:00 2001 From: Yingtong Li Date: Sun, 7 Jan 2018 20:59:38 +0800 Subject: [PATCH] More accurate progress tracker display on encryption stage --- eosweb/core/static/nunjucks/booth/base.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/eosweb/core/static/nunjucks/booth/base.html b/eosweb/core/static/nunjucks/booth/base.html index 5efd84d..44801b5 100644 --- a/eosweb/core/static/nunjucks/booth/base.html +++ b/eosweb/core/static/nunjucks/booth/base.html @@ -23,8 +23,10 @@ {# Convert the template name to a numerical index for comparison #} {% if template == 'booth/welcome.html' %} {% set menuindex = 1 %} -{% elif template == 'booth/selections.html' or template == 'booth/encrypt.html' %} +{% elif template == 'booth/selections.html' %} {% set menuindex = 2 %} +{% elif template == 'booth/encrypt.html' %} + {% set menuindex = 2.5 %} {% elif template == 'booth/review.html' %} {% set menuindex = 3 %} {% elif template == 'booth/audit.html' %}