diff --git a/fas/dev.cfg b/fas/dev.cfg
index cf029d2..ee5f177 100644
--- a/fas/dev.cfg
+++ b/fas/dev.cfg
@@ -7,8 +7,9 @@
#mail.server = 'bastion.fedora.phx.redhat.com'
#base_url_filter.base_url = "http://192.168.2.101:8080"
-mail.on = False
+mail.on = True
mail.server = 'bastion.fedora.phx.redhat.com'
+mail.testmode = True
mail.debug = False
mail.encoding = 'utf-8'
diff --git a/fas/fas/templates/group/view.html b/fas/fas/templates/group/view.html
index 20f139a..3037263 100644
--- a/fas/fas/templates/group/view.html
+++ b/fas/fas/templates/group/view.html
@@ -65,8 +65,9 @@
-
${datetime.utcfromtimestamp(groups[user].fedoraRoleCreationDate).ctime()} |
- ${groups[user].fedoraRoleApprovalDate} |
+ ${datetime.utcfromtimestamp(float(groups[user].fedoraRoleCreationDate)).ctime()} |
+ None |
+ ${datetime.utcfromtimestamp(float(groups[user].fedoraRoleApprovalDate)).ctime()} |
${groups[user].fedoraRoleStatus} |
${groups[user].fedoraRoleType} |
diff --git a/fas/fas/templates/user/view.html b/fas/fas/templates/user/view.html
index 6e8da35..1418aca 100644
--- a/fas/fas/templates/user/view.html
+++ b/fas/fas/templates/user/view.html
@@ -40,8 +40,8 @@
-->
- -
-
+
+
-
${groupdata[group].fedoraGroupDesc}
(${groups[group].fedoraRoleType})
- Status:
@@ -71,8 +71,8 @@
-
+