diff options
author | Mario <mario@mariovavti.com> | 2023-03-23 20:11:18 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2023-03-23 20:11:18 +0000 |
commit | 2c483c460a2d5c806b9e62097673ad237e6b154a (patch) | |
tree | 811998820caebf68be26eb471c6f218ec2039992 /view | |
parent | 5c755fdd1c41538c243a428bb72aa2bd62ff105f (diff) | |
download | volse-hubzilla-2c483c460a2d5c806b9e62097673ad237e6b154a.tar.gz volse-hubzilla-2c483c460a2d5c806b9e62097673ad237e6b154a.tar.bz2 volse-hubzilla-2c483c460a2d5c806b9e62097673ad237e6b154a.zip |
initial check in to allow all mentions option
Diffstat (limited to 'view')
-rw-r--r-- | view/tpl/settings_privacy.tpl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/view/tpl/settings_privacy.tpl b/view/tpl/settings_privacy.tpl index aff9619c3..77d125e41 100644 --- a/view/tpl/settings_privacy.tpl +++ b/view/tpl/settings_privacy.tpl @@ -8,8 +8,9 @@ <div class="section-content-tools-wrapper"> - {{include file="field_checkbox.tpl" field=$autoperms}} {{include file="field_checkbox.tpl" field=$index_opt_out}} + {{include file="field_checkbox.tpl" field=$autoperms}} + {{include file="field_checkbox.tpl" field=$permit_all_mentions}} {{if $sec_addon}} {{$sec_addon}} |