Skip to content

Commit a0dd76c

Browse files
author
Marius Cramer
committed
- added missing letsencrypt template part
1 parent 873244e commit a0dd76c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

interface/web/sites/templates/web_vhost_domain_edit.htm

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,12 @@ <h1><tmpl_var name="list_head_txt"></h1>
209209
<div class="col-sm-9">
210210
{tmpl_var name='ssl'}
211211
</div>
212+
</div>
213+
<div class="form-group">
214+
<label class="col-sm-3 control-label">{tmpl_var name='ssl_letsencrypt_txt'}</label>
215+
<div class="col-sm-9">
216+
{tmpl_var name='ssl_letsencrypt'}
217+
</div>
212218
</div></tmpl_if>
213219
<div class="form-group">
214220
<label for="php" class="col-sm-3 control-label">{tmpl_var name='php_txt'}</label>

0 commit comments

Comments
 (0)