disable spider toggle when awarded

master
Aevann 2023-06-28 00:03:44 +03:00
parent 6b2c838e3a
commit 3a21c7d2ed
1 changed files with 1 additions and 1 deletions

View File

@ -216,7 +216,7 @@
{{common.text_area_section('profile-signature', '/settings/personal', 'sig', 'Signature', v.sig, 'Limit of 200 characters', 'Enter a signature...', true, false, 200, v.patron or v.sig)}}
{# toggle_section(title, id, name, flag, below_text, disabled) #}
{{common.toggle_section('Private Mode', 'privateswitch', 'private', v.is_private, 'This will hide your profile page from others.', false)}}
{{common.toggle_section('Spider', 'spiderswitch', 'spider', v.spider, 'Have a spider friend accompany you during your journey on the site.', false)}}
{{common.toggle_section('Spider', 'spiderswitch', 'spider', v.spider, 'Have a spider friend accompany you during your journey on the site.', v.spider > 1)}}
</div>
</section>
<section id="site-settings-filters-section" class="settings-section-section">