diff options
-rw-r--r-- | wqflask/wqflask/templates/loading.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/wqflask/wqflask/templates/loading.html b/wqflask/wqflask/templates/loading.html index d384a087..1adeb2bd 100644 --- a/wqflask/wqflask/templates/loading.html +++ b/wqflask/wqflask/templates/loading.html @@ -49,10 +49,12 @@ <br> n of permutations = <b><i>{{ start_vars.num_perm }}</i></b> {% endif %} + {% if num_bootstrap in start_vars %} {% if start_vars.num_bootstrap | int > 0 and start_vars.method == "reaper" %} <br> n of bootstrap = <b><i>{{ start_vars.num_bootstrap }}</i></b> {% endif %} + {% endif %} {% else %} <h1>Loading {{ start_vars.tool_used }} Results...</h1> {% endif %} |