From 55a05dd2fe3b88e976279e3f457390f53f925602 Mon Sep 17 00:00:00 2001 From: John Lucena Date: Fri, 22 May 2015 13:20:58 -0700 Subject: [PATCH] Update index.html to make the radio buttons mutually exclusive. --- python/demo/templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/demo/templates/index.html b/python/demo/templates/index.html index 40ded36a..750a964d 100644 --- a/python/demo/templates/index.html +++ b/python/demo/templates/index.html @@ -23,7 +23,7 @@

Step 1: Choose your input file:

{% for item in items %} - {{ item.filename }} {{ item.uploadedOn }}