diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/index.html b/templates/index.html index 52fa466..cc8c4ec 100644 --- a/templates/index.html +++ b/templates/index.html | |||
@@ -15,7 +15,7 @@ | |||
15 | 15 | ||
16 | <label for="fichier_donnees"> | 16 | <label for="fichier_donnees"> |
17 | <img src="static/icons/import.png"> | 17 | <img src="static/icons/import.png"> |
18 | <div class="icon_legend">Importer un fichier</div> | 18 | <span class="icon_legend">Importer un fichier</span> |
19 | </label> | 19 | </label> |
20 | <input type="file" name="fichier_donnees" id="fichier_donnees" oninput="upload_file()"> | 20 | <input type="file" name="fichier_donnees" id="fichier_donnees" oninput="upload_file()"> |
21 | <!--<input type="submit" name="valider_fichier" value="Charger les données">--> | 21 | <!--<input type="submit" name="valider_fichier" value="Charger les données">--> |