From a0dd76c1810ac74c23cd0889dd74eb8bbff8ac13 Mon Sep 17 00:00:00 2001 From: Marius Cramer <m.cramer@pixcept.de> Date: Tue, 8 Dec 2015 16:53:20 +0100 Subject: [PATCH] - added missing letsencrypt template part --- interface/web/sites/templates/web_vhost_domain_edit.htm | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/interface/web/sites/templates/web_vhost_domain_edit.htm b/interface/web/sites/templates/web_vhost_domain_edit.htm index faee19a92e..13702932ef 100644 --- a/interface/web/sites/templates/web_vhost_domain_edit.htm +++ b/interface/web/sites/templates/web_vhost_domain_edit.htm @@ -209,6 +209,12 @@ <div class="col-sm-9"> {tmpl_var name='ssl'} </div> + </div> + <div class="form-group"> + <label class="col-sm-3 control-label">{tmpl_var name='ssl_letsencrypt_txt'}</label> + <div class="col-sm-9"> + {tmpl_var name='ssl_letsencrypt'} + </div> </div></tmpl_if> <div class="form-group"> <label for="php" class="col-sm-3 control-label">{tmpl_var name='php_txt'}</label> -- GitLab