diff --git a/templates/org/team/members.tmpl b/templates/org/team/members.tmpl
old mode 100644
new mode 100755
index ef595f841..8ef81490f
--- a/templates/org/team/members.tmpl
+++ b/templates/org/team/members.tmpl
@@ -1,11 +1,12 @@
{{template "base/head" .}}
+
{{template "org/header" .}}
{{template "base/alert" .}}
{{template "org/team/sidebar" .}}
-
+
{{template "org/team/navbar" .}}
{{if .IsOrganizationOwner}}
@@ -23,7 +24,7 @@
{{end}}
-
+
{{range .Team.Members}}
{{if $.IsOrganizationOwner}}
@@ -44,7 +45,8 @@
{{end}}
+
-{{template "base/footer" .}}
+{{template "base/footer" .}}
\ No newline at end of file