Skip to content
Snippets Groups Projects
Commit 8562f69b authored by Thom's avatar Thom :tools:
Browse files

Automatically check SSL checkbox when LE is selected (#5837)

parent 46050efe
No related branches found
No related tags found
1 merge request!1276Automatically check SSL checkbox when LE is selected (#5837)
...@@ -131,7 +131,7 @@ ...@@ -131,7 +131,7 @@
</div> </div>
<div class="form-group"> <div class="form-group">
<label class="col-sm-3 control-label">{tmpl_var name='limit_ssl_letsencrypt_txt'}</label> <label class="col-sm-3 control-label">{tmpl_var name='limit_ssl_letsencrypt_txt'}</label>
<div class="col-sm-9"> <div class="col-sm-9" data-check-fields="limit_ssl">
{tmpl_var name='limit_ssl_letsencrypt'} {tmpl_var name='limit_ssl_letsencrypt'}
</div> </div>
</div> </div>
......
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