From 9bc7870a4a3e58bb235dd89d0031c3b31efe939b Mon Sep 17 00:00:00 2001 From: Florian Schaal <florian@schaal-24.de> Date: Tue, 26 Apr 2016 01:49:04 -0400 Subject: [PATCH] add piv6 to websites-template --- interface/web/sites/templates/web_vhost_domain_edit.htm | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/interface/web/sites/templates/web_vhost_domain_edit.htm b/interface/web/sites/templates/web_vhost_domain_edit.htm index 95e97e7..ec9005a 100644 --- a/interface/web/sites/templates/web_vhost_domain_edit.htm +++ b/interface/web/sites/templates/web_vhost_domain_edit.htm @@ -74,7 +74,7 @@ {tmpl_var name='ip_address'} </select></div> </div> - <div class="form-group" style="display:none"> + <div class="form-group"> <label for="ipv6_address" class="col-sm-3 control-label">{tmpl_var name='ipv6_address_txt'}</label> <div class="col-sm-9"><select name="ipv6_address" id="ipv6_address" class="form-control"> {tmpl_var name='ipv6_address'} -- Gitblit v1.9.1