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 @@