Skip to content
Snippets Groups Projects
Commit a0dd76c1 authored by Marius Cramer's avatar Marius Cramer
Browse files

- added missing letsencrypt template part

parent 873244e7
No related branches found
No related tags found
No related merge requests found
...@@ -209,6 +209,12 @@ ...@@ -209,6 +209,12 @@
<div class="col-sm-9"> <div class="col-sm-9">
{tmpl_var name='ssl'} {tmpl_var name='ssl'}
</div> </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></tmpl_if>
<div class="form-group"> <div class="form-group">
<label for="php" class="col-sm-3 control-label">{tmpl_var name='php_txt'}</label> <label for="php" class="col-sm-3 control-label">{tmpl_var name='php_txt'}</label>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment