Skip to content

Commit 55f97f6

Browse files
author
Mehedi Hasan
committedDec 11, 2020
update 3
1 parent 338d51b commit 55f97f6

File tree

1 file changed

+0
-28
lines changed

1 file changed

+0
-28
lines changed
 

‎users/templates/users/profile.html

-28
Original file line numberDiff line numberDiff line change
@@ -127,31 +127,3 @@ <h3>Quick Access</h3>
127127
-->
128128
</body>
129129
</html>
130-
131-
132-
133-
134-
<div class="content-section">
135-
<div class="media">
136-
<img class="rounded-circle account-img" src="{{ user.profile.image.url }}">
137-
<div class="media-body">
138-
<h2 class="account-heading"> {{ user.username }} </h2>
139-
<p class="text-secondary"> {{ user.email }} </p>
140-
</div>
141-
</div>
142-
<!-- FORM HERE -->
143-
<form method="POST" enctype="multipart/form-data">
144-
{% csrf_token %}
145-
146-
<fieldset class="form-group">
147-
<legend class="border-bottom mb-4">Profile info</legend>
148-
{{ u_form|crispy }}
149-
{{ p_form|crispy }}
150-
</fieldset>
151-
<br>
152-
<div class="form-group">
153-
<button class="btn btn-outline-info" type="submit">Update</button>
154-
</div>
155-
</form>
156-
</div>
157-

0 commit comments

Comments
 (0)
Please sign in to comment.