This commit is contained in:
parent
20f7a1da77
commit
05b408f4af
|
@ -87,7 +87,7 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group row">
|
||||
<div class="form-group row" ng-show="sysconf.smtpEnabled">
|
||||
<label class="col-sm-2 col-form-label">
|
||||
Template: registration request
|
||||
<small class="form-text text-muted"><b>Available variables:</b>
|
||||
|
@ -99,7 +99,7 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group row">
|
||||
<div class="form-group row" ng-show="sysconf.smtpEnabled">
|
||||
<label class="col-sm-2 col-form-label">
|
||||
Template: user updated
|
||||
<small class="form-text text-muted"><b>Available variables:</b>
|
||||
|
|
Loading…
Reference in New Issue