fix: add accept attribute to file pickers

This commit is contained in:
Gary Sharp
2022-12-04 12:26:23 +11:00
parent b0fddd491b
commit 261baf669e
8 changed files with 328 additions and 303 deletions
@@ -35,7 +35,7 @@
Template PDF
</th>
<td>
<input type="file" name="Template" /><br />@Html.ValidationMessage("Template")
<input type="file" name="Template" accept=".pdf" /><br />@Html.ValidationMessage("Template")
</td>
</tr>
<tr id="trJobTypes">