File tree 1 file changed +0
-28
lines changed
1 file changed +0
-28
lines changed Original file line number Diff line number Diff line change @@ -127,31 +127,3 @@ <h3>Quick Access</h3>
127
127
-->
128
128
</ body >
129
129
</ 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
-
You can’t perform that action at this time.
0 commit comments