merge fix 776

This commit is contained in:
Thomas Citharel
2014-08-16 00:54:46 +02:00
3 changed files with 35 additions and 36 deletions

View File

@ -111,7 +111,7 @@
<fieldset class="w500p">
<div class="row">
<label class="col w150p" for="file">{% trans "File:" %}</label>
<input class="col" type="file" id="file" name="file" tabindex="4">
<input class="col" type="file" id="file" name="file" tabindex="4" required="required">
</div>
<div class="row mts txtcenter">
<button class="bouton" type="submit" tabindex="4">{% trans "Import" %}</button>