Fixed editing user profile

This commit is contained in:
johnny@pittpc.com
2021-02-07 22:38:24 -05:00
parent 639661b2fe
commit 1ad28386f8
3 changed files with 41 additions and 6 deletions

View File

@@ -70,7 +70,7 @@ $password = $row['password'];
<label>Avatar</label>
<input type="file" class="form-control-file" accept="image/*;capture=camera" name="file">
</div>
<button type="submit" name="edit_user" class="btn btn-primary mt-3"><i class="fa fa-fw fa-check"></i> Save</button>
<button type="submit" name="edit_profile" class="btn btn-primary mt-3"><i class="fa fa-fw fa-check"></i> Save</button>
</form>