Changes words in upload template.

pull/100/head
Jeremy 9 years ago
parent f7d3af4a59
commit 81420c60c7

@ -2,10 +2,10 @@
{% block body %}
<h1>Select & Upload an image for GNS3</h1>
<form enctype="multipart/form-data" action="/upload" method="post">
File: <input type="file" name="file" /><br>
Image type: <select name="type" />
File path: <input type="file" name="file" /><br>
File type: <select name="type" />
<option value="IOU">IOU</option>
<option value="IOURC">IOU licence</option>
<option value="IOURC">IOU licence (iourc)</option>
<option value="IOS">IOS</option>
<option value="QEMU">Qemu</option>
</select>

Loading…
Cancel
Save