From: Yasin Date: Tue, 28 Jan 2014 10:04:16 +0000 (+0100) Subject: MyAcc: comment X-Git-Tag: myslice-0.3-0~13^2~1 X-Git-Url: http://git.onelab.eu/?p=unfold.git;a=commitdiff_plain;h=091860329ef984b892d5c5a29836dff2201d876f MyAcc: comment --- diff --git a/portal/accountview.py b/portal/accountview.py index 5447bce8..bb77ed07 100644 --- a/portal/accountview.py +++ b/portal/accountview.py @@ -85,7 +85,7 @@ class AccountView(LoginRequiredAutoLogoutView): account_usr_hrn = account_config.get('user_hrn','N/A') account_pub_key = account_config.get('user_public_key','N/A') account_reference = account_config.get ('reference_platform','N/A') - # credentials + # credentials of myslice platform if 'myslice' in platform_detail['platform']: acc_user_cred = account_config.get('delegated_user_credential','N/A') acc_slice_cred = account_config.get('delegated_slice_credentials','N/A')