Skip to content

Commit 1d727d0

Browse files
Update Button Added
1 parent ff35198 commit 1d727d0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

junction/templates/profiles/userprofile.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,13 @@ <h2 class="text-center">Edit Profile</h2>
5050
<button class="btn btn-primary" type="submit">
5151
Submit
5252
</button>
53+
</form>
54+
<form method="PUT">
55+
{% csrf_token %}
56+
&nbsp;
57+
<button class="btn btn-primary" type="submit">
58+
Update
59+
</button>
5360
</div>
5461
</div>
5562
</form>

0 commit comments

Comments
 (0)