From a678d06d047daf4ab84de8d726522e1a10bd33d7 Mon Sep 17 00:00:00 2001 From: Alex Date: Tue, 24 Mar 2015 17:01:00 +0300 Subject: [PATCH] added attribute 'required' to input fields --- admin/import.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin/import.php b/admin/import.php index df3e8bd5..3dbebc24 100644 --- a/admin/import.php +++ b/admin/import.php @@ -126,7 +126,7 @@ else
- " type="file" accept="" /> + " type="file" accept="" />
@@ -134,7 +134,7 @@ else
- " class="form-control input-md"> + " class="form-control">