From f81df92ef8edea69f12ed60bdf9b141febbeb534 Mon Sep 17 00:00:00 2001 From: Christian Vogeley Date: Thu, 29 Jan 2015 20:27:35 +0100 Subject: Add allowed and not allowed emails to the UI in the admin menu --- view/tpl/admin_site.tpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'view/tpl') diff --git a/view/tpl/admin_site.tpl b/view/tpl/admin_site.tpl index caeddeecb..a30892f71 100755 --- a/view/tpl/admin_site.tpl +++ b/view/tpl/admin_site.tpl @@ -55,7 +55,8 @@ {{include file="field_input.tpl" field=$register_text}} {{include file="field_select.tpl" field=$register_policy}} {{include file="field_select.tpl" field=$access_policy}} - + {{include file="field_textarea.tpl" field=$allowed_email}} + {{include file="field_textarea.tpl" field=$not_allowed_email}}

{{$upload}}

-- cgit v1.2.3