Update personal.blade.php

This commit is contained in:
Jonas 2018-06-01 09:47:34 +02:00 committed by GitHub
parent 9fbc5d0902
commit 1273a5bb53
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,7 +24,7 @@
@csrf
<div class="form-group">
<label class="font-weight-bold text-muted small">Upload Image</label>
<input type="file" class="form-control-file" name="photo">
<input type="file" class="form-control-file" name="photo" accept="image/*">
</div>
<div class="form-group">
<label class="font-weight-bold text-muted small">Caption</label>
@ -59,4 +59,4 @@
</div>
@endsection
@endsection