supprimer modif photo

This commit is contained in:
2021-09-09 18:33:12 +02:00
parent 3e31d1ec26
commit d24becec1c
4 changed files with 78 additions and 31 deletions

View File

@@ -40,21 +40,6 @@
<button class="btn btn-primary" type="submit" name="form.submitted">Changer le mot de passe</button>
</div>
</div>
<div class="col-md-1">
</div>
<div class="col-md-5">
<h3>Changer la photo Instagram</h3>
<div class="form-group">
<label class="control-label" for="photo_instagram">Id Instagram</label>
<input class="form-control" type="text" name="photo_instagram" value="${member.photo_instagram}"
data-fv-notempty="true"
data-fv-notempty-message="L'Id est obligatoire" />
</div>
<div class="form-group">
<button class="btn btn-primary" type="submit" name="form.photo">Changer la photo</button>
</div>
</div>
</form>
<script>