Skip to content
Snippets Groups Projects
Commit 8d21bfe4 authored by Inga Kirschnick's avatar Inga Kirschnick
Browse files

Small fix edit profile page

parent 0f8c1b1c
No related branches found
No related tags found
No related merge requests found
......@@ -66,11 +66,9 @@
<form method="POST" enctype="multipart/form-data">
{{ edit_public_profile_information_form.hidden_tag() }}
<div class="row">
<div class="col s1 m3"></div>
<div class="col s10 m6">
<div class="col s10 m4">
<img src="{{ url_for('.profile_avatar', user_id=user.id) }}" alt="user-image" class="circle responsive-img" id="avatar">
</div>
<div class="col s1 m3"></div>
</div>
<div class="row">
<div class="col s3 m2">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment