mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 19:04:52 +00:00
Only accept jpg, jpeg and png for company logo
This commit is contained in:
@@ -48,7 +48,7 @@ $company_initials = nullable_htmlentities(initials($company_name));
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<input type="file" class="form-control-file" name="file">
|
||||
<input type="file" class="form-control-file" name="file" accept=".jpg, .jpeg, .png">
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
|
||||
Reference in New Issue
Block a user