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')}