diff --git a/colab/accounts/templates/accounts/user_update_form.html b/colab/accounts/templates/accounts/user_update_form.html
index 57cb968..88d8711 100644
--- a/colab/accounts/templates/accounts/user_update_form.html
+++ b/colab/accounts/templates/accounts/user_update_form.html
@@ -121,7 +121,7 @@ $(function() {
-
-
- {% content_xpto %}
-
-
-
Some content in menu 2.
-
+ {% for widget in widgets %}
+
+
{{ widget.name }}
+ {{ widget.get_body }}
+
+ {% endfor %}
-
-
-
{% endblock %}
diff --git a/colab/accounts/views.py b/colab/accounts/views.py
index 71fb6e8..874a3cb 100644
--- a/colab/accounts/views.py
+++ b/colab/accounts/views.py
@@ -46,7 +46,6 @@ class UserProfileUpdateView(UserProfileBaseMixin, UpdateView):
def get_context_data(self, **kwargs):
context = {}
context['widgets'] = WidgetManager.get_widgets('profile', self.request)
- context['lala'] = 'lala123'
context.update(kwargs)
return super(UserProfileUpdateView, self).get_context_data(**context)
diff --git a/colab/plugins/gitlab/templates/proxy/gitlab_profile.html b/colab/plugins/gitlab/templates/proxy/gitlab_profile.html
index d68d406..8f97797 100644
--- a/colab/plugins/gitlab/templates/proxy/gitlab_profile.html
+++ b/colab/plugins/gitlab/templates/proxy/gitlab_profile.html
@@ -31,8 +31,7 @@
{% block head_js %}
{% endblock %}
-
-
+
Some content in menu 2.
-