File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -143,16 +143,16 @@ <h2><u>PROFILE PICTURE</u></h2><br>
143143 < img src ="{{ user.profile.profile_pic.url }} " width ="139px " height ="139px " style ="border-radius: 100px; background: transparent; " class ="position-absolute top-100 start-50 translate-middle " alt ="pic ">
144144 </ div > < br > < br > < br >
145145 < div class ="text-center ">
146- < a href ="/profile/v2 " class ="btn btn-secondary mt-3 "> Update</ a >
146+ < a href ="/profile/v2 " class ="btn btn-secondary mt-3 "> < i class =" fa-solid fa-circle-plus fa-beat " > </ i > Update</ a >
147147 </ div >
148148 {% else %}
149149 < img src ="/media/default-avatar.png " class ="position-absolute top-100 start-50 translate-middle " alt ="pic ">
150150 </ div > < br > < br > < br >
151151 < div class ="text-center ">
152152 {% if user.profile %}
153- < a href ="/profile/v2 " class ="btn btn-dark mt-3 "> Update</ a >
153+ < a href ="/profile/v2 " class ="btn btn-dark mt-3 "> < i class =" fa-solid fa-circle-plus fa-beat " > </ i > Update</ a >
154154 {% else %}
155- < a href ="/profile/v2 " class ="btn btn-dark mt-3 "> Add</ a >
155+ < a href ="/profile/v2 " class ="btn btn-dark mt-3 "> < i class =" fa-solid fa-circle-plus fa-beat " > </ i > Add</ a >
156156 {% endif %}
157157 </ div >
158158 {% endif %}
You can’t perform that action at this time.
0 commit comments