diff --git a/templates/attendee/profile.html b/templates/attendee/profile.html
index 2d649e6..dd3fe94 100644
--- a/templates/attendee/profile.html
+++ b/templates/attendee/profile.html
@@ -2,37 +2,68 @@
{% block title %}{{ 'profile'|t }} - NetEvents{% endblock %}
+{% block extra_styles %}
+
+{% endblock %}
+
{% block content %}
{{ 'my_profile'|t }}
-
-
- {% if attendee.profile_picture %}
-
 }})
- {% else %}
-
![{{ 'profile_preview'|t }}]()
-
{{ 'no_photo'|t }}
- {% endif %}
-
+
+
{{ 'profile_photo'|t }}
+
+
+ {% if attendee.profile_picture %}
+
 }})
+ {% else %}
+
![{{ 'profile_preview'|t }}]()
+
{{ 'no_photo'|t }}
+ {% endif %}
+
-
+
-
-
- 100%
-
-
-
+
+
+ 100%
+
+
+
-
+
+
+
+
+
+
+
+
+
+
+
@@ -74,13 +115,13 @@
height: 150px;
margin-bottom: 10px;
overflow: hidden;
- border-radius: 50%;
+ border-radius: 0;
position: relative;
background: #e0e0e0;
}
.profile-img {
position: absolute;
- border-radius: 50%;
+ border-radius: 0;
cursor: move;
}
.no-photo, #no-photo {
@@ -103,9 +144,9 @@