diff options
author | Sandrine Caruso <sandrine.caruso@ens-cachan.org> | 2020-06-19 17:02:29 +0200 |
---|---|---|
committer | Denise sur Lya <sekhmet@lya> | 2020-06-19 17:05:49 +0200 |
commit | d5af53b51c60dd9ebf057b9e24a9bbec04086e50 (patch) | |
tree | eba8a3bedf5e28c8776744ccc75f70104f1a6a00 /templates | |
parent | 61020126080c00be471ea41a0b25109469d8bda1 (diff) | |
download | oms-d5af53b51c60dd9ebf057b9e24a9bbec04086e50.tar.gz oms-d5af53b51c60dd9ebf057b9e24a9bbec04086e50.tar.zst oms-d5af53b51c60dd9ebf057b9e24a9bbec04086e50.zip |
Bouton import : image plus petite
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">--> |