aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/settings_module.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'view/tpl/settings_module.tpl')
-rwxr-xr-xview/tpl/settings_module.tpl3
1 files changed, 3 insertions, 0 deletions
diff --git a/view/tpl/settings_module.tpl b/view/tpl/settings_module.tpl
index a701ec364..03d16d1d7 100755
--- a/view/tpl/settings_module.tpl
+++ b/view/tpl/settings_module.tpl
@@ -11,6 +11,9 @@
{{foreach $features as $feature}}
{{include file="field_checkbox.tpl" field=$feature}}
{{/foreach}}
+ {{if $extra_settings_html}}
+ {{$extra_settings_html}}
+ {{/if}}
<div class="settings-submit-wrapper" >
<button type="submit" name="submit" class="btn btn-primary">{{$submit}}</button>
</div>