Skip to content

Commit

Permalink
Update index.html to make the radio buttons mutually exclusive.
Browse files Browse the repository at this point in the history
  • Loading branch information
lucena committed May 22, 2015
1 parent 57ac4e3 commit 55a05dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/demo/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ <h2>Step 1: Choose your input file:</h2>
</tr>
{% for item in items %}
<tr>
<td><input type="radio" onclick="updateForm('{{ item.key() }}',
<td><input type="radio" name="datafile" onclick="updateForm('{{ item.key() }}',
'{{ item.blobkey }}', '{{ item.filename }}');"></td>
<td><a href="/blobstore/{{ item.blobkey }}">{{ item.filename }}</a></td>
<td>{{ item.uploadedOn }}</td>
Expand Down

0 comments on commit 55a05dd

Please sign in to comment.