Skip to content

Commit

Permalink
Merge branch 'dev' of github.com:six2dez/reconftw into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
six2dez committed Sep 4, 2023
2 parents 8b65b97 + fb803c1 commit 0a01c9d
Showing 1 changed file with 4 additions and 16 deletions.
20 changes: 4 additions & 16 deletions web/templates/edit_profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -880,19 +880,7 @@ <h1>CREDENTIAL INFORMATION</h1>
<div class="col-sm"></div>













<!--
<form class="form-horizontal" action="" method="post" enctype="multipart/form-data">
<form class="form-horizontal" action="" method="post" enctype="multipart/form-data">

<div class="panel panel-default text-center">
<div class="panel-heading">
Expand All @@ -917,9 +905,9 @@ <h1>CREDENTIAL INFORMATION</h1>
<div class="col-sm-6">

<div class="form-group row">
<label for="uploadImage" class="col-sm-4 col-form-label">UPLOAD IMAGE</label>
<label for="uploadImage" class=" text-success col-form-label">UPLOAD IMAGE</label>
<div class="col-sm">
<input class="form-control" type="file" accept="images/*" id="formFile" name="UserPicture">
<input class="text-dark form-control" type="file" accept="images/*" id="formFile" name="UserPicture">
</div>
</div>
</div>
Expand Down Expand Up @@ -1042,7 +1030,7 @@ <h1>CREDENTIAL INFORMATION</h1>
</div>
<div class="col-sm"></div>
</div>
-->




Expand Down

0 comments on commit 0a01c9d

Please sign in to comment.