We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf63caf commit 2fe1570Copy full SHA for 2fe1570
templates/users/profile.html
@@ -34,7 +34,7 @@ <h1 class="mb-4">User Profile</h1>
34
Edit Profile
35
</div>
36
<div class="card-body">
37
- <form action="{{ url_for('edit_profile') }}" method="post">
+ <form action="{{ url_for('update_profile') }}" method="post">
38
<div class="mb-3">
39
<label for="name" class="form-label">Name</label>
40
<input type="text" class="form-control" id="name" name="name" value="{{ user.name }}">
0 commit comments