From 6530347faf692e3d67920a7b369a96a9c122ff2d Mon Sep 17 00:00:00 2001 From: Ricky Zhou Date: Wed, 5 Mar 2008 11:17:25 -0500 Subject: [PATCH] Don't show private data when viewing other users. --- fas/fas/templates/group/new.html | 2 +- fas/fas/templates/group/view.html | 2 +- fas/fas/templates/user/view.html | 7 ++++--- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/fas/fas/templates/group/new.html b/fas/fas/templates/group/new.html index 4afa717..8ae2a66 100644 --- a/fas/fas/templates/group/new.html +++ b/fas/fas/templates/group/new.html @@ -35,7 +35,7 @@
- +
diff --git a/fas/fas/templates/group/view.html b/fas/fas/templates/group/view.html index 9160dea..cfa0a1f 100644 --- a/fas/fas/templates/group/view.html +++ b/fas/fas/templates/group/view.html @@ -28,7 +28,7 @@
${_('Remove me')} - +

Group Details ${_('(edit)')}

diff --git a/fas/fas/templates/user/view.html b/fas/fas/templates/user/view.html index 98fde0e..eea161a 100644 --- a/fas/fas/templates/user/view.html +++ b/fas/fas/templates/user/view.html @@ -19,10 +19,11 @@
${_('IRC Nick:')}
${person.ircnick} 
${_('PGP Key:')}
${person.gpg_keyid} 
-
${_('Telephone Number:')}
${person.telephone} 
-
${_('Postal Address:')}
${person.postal_address} 
+
${_('Telephone Number:')}
${person.telephone} 
+
${_('Postal Address:')}
${person.postal_address} 
${_('Comments:')}
${person.comments} 
-
${_('Password:')}
${_('Valid')} (change)
+
${_('Password:')}
${_('Valid')} (change)
+
${_('Account Status:')}
${_('Valid')}