Regisztrációs sablon módosítása
This commit is contained in:
parent
f1c74d0880
commit
7bd3968ac8
@ -29,15 +29,12 @@
|
|||||||
@csrf
|
@csrf
|
||||||
<div class="d-flex flex-row align-items-center mb-4">
|
<div class="d-flex flex-row align-items-center mb-4">
|
||||||
|
|
||||||
<!--<img src="https://mdbcdn.b-cdn.net/img/Photos/new-templates/bootstrap-registration/draw1.webp"
|
|
||||||
class="img-fluid" alt="Sample image">-->
|
|
||||||
|
|
||||||
<i class="fas fa-user fa-lg me-3 fa-fw"></i>
|
<i class="fas fa-user fa-lg me-3 fa-fw"></i>
|
||||||
<div class="form-outline flex-fill mb-0">
|
<div class="form-outline flex-fill mb-0">
|
||||||
|
|
||||||
<input
|
<input
|
||||||
type="file"
|
type="file"
|
||||||
name="profilePicture"
|
name="profile_picture"
|
||||||
id="profilePictureInput"
|
id="profilePictureInput"
|
||||||
accept="image/*"
|
accept="image/*"
|
||||||
class="form-control"
|
class="form-control"
|
||||||
@ -49,9 +46,6 @@
|
|||||||
|
|
||||||
<div class="d-flex flex-row align-items-center mb-4">
|
<div class="d-flex flex-row align-items-center mb-4">
|
||||||
|
|
||||||
<!--<img src="https://mdbcdn.b-cdn.net/img/Photos/new-templates/bootstrap-registration/draw1.webp"
|
|
||||||
class="img-fluid" alt="Sample image">-->
|
|
||||||
|
|
||||||
<i class="fas fa-user fa-lg me-3 fa-fw"></i>
|
<i class="fas fa-user fa-lg me-3 fa-fw"></i>
|
||||||
<div class="form-outline flex-fill mb-0">
|
<div class="form-outline flex-fill mb-0">
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user