settings: Don't show 'Your bots' tab to guest users.

Fixes part of #10749
This commit is contained in:
Yashashvi Dave 2018-10-31 23:03:11 +05:30 committed by Tim Abbott
parent 4f37127ba9
commit 9e6834015a
1 changed files with 2 additions and 0 deletions

View File

@ -23,10 +23,12 @@
<i class="icon fa fa-exclamation-triangle" aria-hidden="true"></i>
<div class="text">{{ _('Notifications') }}</div>
</li>
{% if not is_guest %}
<li tabindex="0" data-section="your-bots">
<i class="icon fa fa-github" aria-hidden="true"></i>
<div class="text">{{ _('Your bots') }}</div>
</li>
{% endif %}
<li tabindex="0" data-section="alert-words">
<i class="icon fa fa-book" aria-hidden="true"></i>
<div class="text">{{ _('Alert words') }}</div>