From 7c04804d6757c222ee4cde9e2e37454bb5bc912d Mon Sep 17 00:00:00 2001 From: Yasin Date: Mon, 16 Dec 2013 16:11:35 +0100 Subject: [PATCH] MyAcc: Minor Bugfix --- portal/accountview.py | 1 + portal/templates/account-view.html | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/portal/accountview.py b/portal/accountview.py index 66eb91e4..45474380 100644 --- a/portal/accountview.py +++ b/portal/accountview.py @@ -48,6 +48,7 @@ class AccountView(LoginRequiredAutoLogoutView): my_users = '' my_slices = '' my_auths = '' + secondary_list = '' platform_name_list = [] platform_name_secondary_list = [] platform_access_list = [] diff --git a/portal/templates/account-view.html b/portal/templates/account-view.html index a341191c..b321c430 100644 --- a/portal/templates/account-view.html +++ b/portal/templates/account-view.html @@ -10,7 +10,7 @@ {% block unfold_main %} -

User Details

+

User Profile User info. in Myslice platform

{% if messages %}