From 2699676fa6d68b22ec2761f0e0a9bc7808c0de03 Mon Sep 17 00:00:00 2001 From: Ricky Zhou Date: Tue, 4 Mar 2008 18:24:42 -0500 Subject: [PATCH] A bit more validation on human_name, small template tweaks. --- fas/fas/templates/group/view.html | 1 + fas/fas/templates/master.html | 2 +- fas/fas/user.py | 10 ++++++++-- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/fas/fas/templates/group/view.html b/fas/fas/templates/group/view.html index f59418a..8441b90 100644 --- a/fas/fas/templates/group/view.html +++ b/fas/fas/templates/group/view.html @@ -75,6 +75,7 @@ ${_('None')} ${role.creation.astimezone(timezone).strftime('%Y-%m-%d %H:%M:%S %Z')} ${role.approval.astimezone(timezone).strftime('%Y-%m-%d %H:%M:%S %Z')} + ${_('Unapproved')} ${role.role_status} ${role.role_type} diff --git a/fas/fas/templates/master.html b/fas/fas/templates/master.html index a808d44..3c09e7e 100644 --- a/fas/fas/templates/master.html +++ b/fas/fas/templates/master.html @@ -46,7 +46,7 @@