Update public.blade.php

pull/83/head
Jonas 2018-06-01 09:48:32 +02:00 zatwierdzone przez GitHub
rodzic 1273a5bb53
commit 6a87f9d0e2
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -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>
@ -50,4 +50,4 @@
</div>
@endsection
@endsection