diff --git a/app/views/features/index.rhtml b/app/views/features/index.rhtml
index 796e632..fe9ff0a 100644
--- a/app/views/features/index.rhtml
+++ b/app/views/features/index.rhtml
@@ -26,9 +26,13 @@ Check all the features you want to enable for your environment, uncheck all the
<%= _('Configure features') %>
+<%= _('Page to redirect after signup') %>
+ <%= select 'environment', 'redirection_after_signup', Environment.signup_redirection_options.map{|key,value|[value,key]} %>
+
<%= _('Page to redirect after login') %>
<%= select 'environment', 'redirection_after_login', Environment.login_redirection_options.map{|key,value|[value,key]} %>
+
<%= _('Organization Approval Method') %>
<%= select_organization_approval_method('environment', 'organization_approval_method') %>
--
libgit2 0.21.2